home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / ChangeLog < prev    next >
Text File  |  1995-06-16  |  141KB  |  3,638 lines

  1. Fri Jun 16 06:54:03 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2.  
  3.     * alpha.c (alpha_builtin_saveregs): Use ptr_mode and conversions
  4.     when need so works for both OSF and NT.
  5.     * va-alpha.h (__va_tsize): Round to long long not long.
  6.  
  7. Thu Jun 15 17:54:52 1995  Bdale Garbee  <bdale@gag.com>
  8.  
  9.     * configure (a29k-*-coff): Synonym for a29k-*-udi.
  10.  
  11. Thu Jun 15 17:51:21 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  12.  
  13.     * function.c (assign_parms): Do all conversions in CONVERSION_INSNS.
  14.  
  15. Thu Jun 15 17:36:49 1995  Michael Meissner  <meissner@cygnus.com>
  16.  
  17.     * reg-stack.c (record_reg_life): Call record_reg_life_pat with 0
  18.     for douse argument so that USE's created to mark variables within
  19.     blocks don't get marked as set.
  20.  
  21. Thu Jun 15 06:28:15 1995  Dennis Glatting  (dennisg@CyberSAFE.COM)
  22.  
  23.     * configure: Change one sed command to work around m68k-next bug.
  24.  
  25. Wed Jun 14 22:14:39 1995  Jason Merrill  <jason@deneb.cygnus.com>
  26.  
  27.     * collect2.c (main): Don't turn off auto_export because of -g.
  28.     (main): Ignore the argument to -o.
  29.  
  30.     * alpha.h (LINK_SPEC): Don't pass -init __main anymore.
  31.     * alpha/osf12.h (LINK_SPEC): Ditto.
  32.     * mips/iris5.h (LINK_SPEC): Ditto.
  33.  
  34.     * collect2.c (main): Place o_file after an initial .o (like crt0.o).
  35.     If we have LD_INIT_SWITCH, use init and fini functions for
  36.     executables, too.  Specify the unique function names.
  37.     (write_c_file_stat): Fix the case of destructors but no constructors.
  38.     Don't include the generic-named functions for executables.
  39.     (write_c_file): If we have LD_INIT_SWITCH, always use
  40.     write_c_file_stat.
  41.  
  42.     * collect2.c (main): Also add _GLOBAL__D? to export list.
  43.  
  44.     * ginclude/iso646.h: Do nothing if compiled as C++.
  45.  
  46. Wed Jun 14 17:39:10 1995  Roland McGrath  (roland@gnu.ai.mit.edu)
  47.  
  48.     * c-common.c (format_char_info, case 'm'): Set type to void.
  49.     (check_format_info): If type is void, ignore operand.
  50.  
  51. Wed Jun 14 17:04:10 1995  Paul F. Kunz  (Paul_Kunz@SLAC.Stanford.EDU)
  52.  
  53.     * expr.c (expand_builtin_apply_args): Put back original
  54.     register save and restore order.
  55.  
  56. Wed Jun 14 16:56:22 1995  Michael Meissner  <meissner@cygnus.com>
  57.  
  58.     * rs6000/eabi.h (INVOKE__main): Define, so __eabi is called after
  59.     main's arguments are saved.
  60.  
  61.     * rs6000.c (output_prolog): Don't call __eabi here, let
  62.     compiler call it after the arguments to main are saved.
  63.     (output_{prolog,epilog}): Don't use functions under V.4 to save
  64.     and restore floating point registers.
  65.  
  66. Wed Jun 14 16:52:12 1995  Philippe De Muyter (phdm@info.ucl.ac.be)
  67.  
  68.     * m68k/mot3300.h (PCC_BITFIELD_TYPE_MATTERS): Defined.
  69.  
  70. Wed Jun 14 16:48:53 1995  Jerry Frain  (jerry@tivoli.com)
  71.  
  72.     * Makefile.in (stage[1-4]): Correctly link `as', `ld', and `collect2'.
  73.  
  74. Wed Jun 14 05:52:04 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  75.  
  76.     * objc-act.c (hack_method_prototype): Set DECL_CONTEXT of parms.
  77.  
  78.     * expmed.c (emit_store_flag): Always set LAST.
  79.  
  80.     * c-decl.c (start_function): New parameter for attributes.
  81.     * c-tree.h (start_function): Likewise.
  82.     * c-lang.c (finish_file): Pass extra parm to start_function.
  83.     * objc-act.c (build_module_descriptor, really_start_method): Likewise.
  84.     * c-parse.in (fndef, nested_function, notype_nested_function):
  85.     Likewise.
  86.  
  87.     * function.c (assign_parms): Use convert_to_mode instead of
  88.     gen_lowpart when converting incoming parm.
  89.  
  90. Tue Jun 13 19:10:32 1995  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
  91.  
  92.     * rs6000.md (decrement_and_branch): Finish last fix; update matching
  93.     constraint.
  94.  
  95. Tue Jun 13 18:32:51 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
  96.  
  97.     * fold-const.c (fold): When converting a COND_EXPR to an ABS_EXPR,
  98.     get the types right for ABS_EXPR to work.
  99.  
  100. Mon Jun 12 17:09:55 1995  Michael Tiemann  (tiemann@axon.cygnus.com)
  101.  
  102.     * reorg.c (fill_simple_delay_slots): Set MAYBE_NEVER according to
  103.     code of TRIAL_DELAY, not TRIAL.
  104.  
  105. Mon Jun 12 15:02:37 1995  Doug Evans  <dje@cygnus.com>
  106.  
  107.     * configure: Restore code to make ld symlink if ! use_collect2.
  108.  
  109.     * gcc.c (link_command_spec): Undo patch of May 11.
  110.     -nostdlib implies -nostartfiles again.
  111.     * dsp16xx.h (CROSS_LINK_SPEC): Likewise.
  112.     * i386/freebsd.h (LINK_SPEC): Undo patch of May 24.
  113.     Don't pass "-e start" if nostdlib.
  114.     * i386/sun.h (LINK_SPEC): Likewise.
  115.     * m68k/sun2o4.h (LINK_SPEC): Likewise.
  116.     * m68k/sun3.h (LINK_SPEC): Likewise.
  117.     * m68k/vxm68k.h (LINK_SPEC): Likewise.
  118.     * mips/netbsd.h (LINK_SPEC): Likewise.
  119.     * config/netbsd.h (LINK_SPEC): Likewise.
  120.     * rs6000/mach.h (LINK_SPEC): Likewise.
  121.     * sparc.h (LINK_SPEC): Likewise.
  122.     * sparc/vxsparc.h (LINK_SPEC): Likewise.
  123.  
  124.     * gcc.c (link_command_spec): New argument -nodefaultlibs.
  125.  
  126. Sun Jun 11 20:47:53 1995  Stephen L Moshier  (moshier@world.std.com)
  127.  
  128.     * Makefile.in (fix-header.o): Depends on xsys-protos.h.
  129.  
  130. Sun Jun 11 15:07:58 1995  Tim Carver  (timc@ibeam.intel.com)
  131.  
  132.     * reload1.c (emit_reload_insns): Don't call HARD_REGNO_NREGS
  133.     on psuedo when clearing reg_last_reload_reg.
  134.  
  135. Sun Jun 11 14:07:05 1995  Philippe De Muyter (phdm@info.ucl.ac.be)
  136.  
  137.     * m68k.md ({add,sub}di{_mem,3}): Patterns merged.
  138.  
  139. Sun Jun 11 13:43:26 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
  140.  
  141.     * m68k.md (cmpdi matcher): Set cc_status before returning.
  142.  
  143.     * config/xm-freebsd.h (DONT_DECLARE_SYS_SIGLIST): Define.
  144.  
  145. Sun Jun 11 13:38:49 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  146.  
  147.     * fixincludes (math.h):  Keep declaration of abs on HPUX.
  148.  
  149. Sun Jun 11 12:31:42 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  150.  
  151.     * stor-layout.c (variable_size): Do nothing if SIZE is constant.
  152.  
  153.     * stmt.c (expand_asm_operands): See if output operand permits
  154.     register.  If not, mark output addressable, call expand_operand
  155.     on it, and give error if not MEM.
  156.  
  157.     * function.c (assign_parms): Handle promotions of both
  158.     passed and nominal modes separately and insert needed conversions.
  159.     (promoted_input_arg): Return 0 if nominal and passed modes differ.
  160.  
  161.     * stmt.c (all_cases_count, case INTEGER_TYPE): Fix typo in checking
  162.     for integer bounds.
  163.  
  164. Sat Jun 10 08:55:25 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  165.  
  166.     * libgcc2.c (_floatdidf): Correctly set float sizes.
  167.  
  168.     * c-decl.c (c_decode_option, case "-Wall"): Don't set extra_warnings.
  169.  
  170.     * Makefile.in (cpplib.o, fix-header.o): Update dependencies.
  171.     (cpperror.o, cppexp.o, cpphash.o): New rules, to show .h dependencies.
  172.  
  173. Fri Jun  9 18:06:10 1995  Doug Evans  <dje@canuck.cygnus.com>
  174.  
  175.     * cse.c (cse_basic_block): Fix test for whether block ends with a
  176.     barrier.  Return next insn, not 0, if block ends in a barrier.
  177.  
  178. Fri Jun  9 17:58:29 1995  Paul Eggert  <eggert@twinsun.com>
  179.  
  180.     * fold-const.c (lshift_double): Replace `&' with `%' to fix typo.
  181.     ([lr]shift_double): Truncate shift count only if SHIFT_COUNT_TRUNCATED.
  182.     Remove unnecessary `count >= prec' test.
  183.  
  184.     * cexp.y (left_shift): Ignore integer overflow.
  185.  
  186.     * cexp.y (skip_evaluation): New variable.
  187.     (&&, ||, ?:): Increment it in unevaluated subexpressions.
  188.     (/, %, integer_overflow): Suppress diagnostics if skip_evaluation != 0.
  189.     (yyerror): Clear skip_evaluation.
  190.  
  191. Fri Jun  9 17:49:05 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
  192.  
  193.     * m68k.md (tstdi): Rewrite.
  194.  
  195. Fri Jun  9 17:28:55 1995  Per Bothner  <bothner@cygnus.com>
  196.  
  197.     * scan-decls.c (scan_decls):  Handle declarations with
  198.     multiple comma-separated declarators.
  199.  
  200. Thu Jun  8 19:16:12 1995  Richard Earnshaw (rearnsha@armltd.co.uk)
  201.  
  202.     * arm.md (mov[sd]f expands): Don't allow fp constants in pseudos
  203.     when TARGET_SOFT_FLOAT.
  204.  
  205. Thu Jun  8 19:11:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
  206.  
  207.     * expmed.c (store_split_bit_field): When adjust arg in
  208.     BYTES_BIT_ENDIAN case, use number of bits in arg for MEM operands
  209.     and BITS_PER_WORD for other operands.
  210.     (extract_fixed_bit_field): Undo last change.
  211.  
  212.     * unroll.c (verify_addresses): New function.
  213.     (find_splittable_givs): Use it instead of memory_address_p.
  214.  
  215. Thu Jun  8 18:58:18 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
  216.  
  217.     * expmed.c (expand_divmod): Always check result of emit_store_flag.
  218.  
  219. Thu Jun  8 12:02:34 1995  David D Zuhn  (zoo@armadillo.com)
  220.  
  221.     * cpplib.c (cpp_push_buffer): Include filename in error message.
  222.  
  223. Thu Jun  8 11:53:45 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  224.  
  225.     * function.c (assign_parms): Don't call promote_mode on arg
  226.     unless PROMOTE_FUNCTION_ARGS defined.
  227.  
  228.     * rs6000.md (decrement_and_branch): Ensure label is operand 0.
  229.  
  230.     * rs6000.md (aux_truncdfsf2): New pattern.
  231.     (movsf): Use it instead of invalid SUBREG and truncdfsf2.
  232.  
  233.     * varasm.c (assemble_name): Disable warn_id_clash around
  234.     get_identifier call.
  235.  
  236. Wed Jun  7 17:22:25 1995  Philippe De Muyter (phdm@info.ucl.ac.be)
  237.  
  238.     * configure (gdb_needs_out_file_path): New variable.
  239.     (m68k-motorola-sysv): Set gdb_needs_out_file_path if not using gas.
  240.     (.gdbinit): If gdb_needs_out_file_path is set, add a 'dir' command
  241.     for $(out_file).
  242.  
  243. Wed Jun  7 17:17:19 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
  244.  
  245.     * fold-const.c (fold): When folding `<' type nodes, make true_value
  246.     and false_value have correct types.
  247.  
  248. Wed Jun  7 05:06:42 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  249.  
  250.     * collect2.c (COFF scan_prog_file): Use the AIX duplicate entry.
  251.  
  252. Tue Jun  6 18:43:09 1995  Jeffrey A Law  (law@snake.cs.utah.edu)
  253.  
  254.     * pa.h (FUNCTION_ARG_CALLEE_COPIES): Define.
  255.  
  256. Tue Jun  6 18:21:18 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  257.  
  258.     * expr.c (expand_expr, case PLACEHOLDER_EXPR): Consider two types
  259.     identical if their TYPE_MAIN_VARIANTs are the same.
  260.  
  261.     * c-decl.c (start_decl): Set DECL_COMMON before calling 
  262.     decl_attributes.
  263.  
  264.     * a29k.c (print_operands): Cast args to bcopy to char *.
  265.  
  266.     * c-decl.c (duplicate_decls): Don't clear DECL_CONTEXT of
  267.     new decl if it is a function.
  268.  
  269. Tue Jun  6 17:57:44 1995  Eberhard Mattes  (mattes@azu.informatik.uni-stuttgart.de)
  270.  
  271.     * gcc.c (do_spec_1, case 'g'): Handle %O as suffix if MKTEMP_EACH_FILE.
  272.  
  273. Tue Jun  6 17:53:05 1995  Michael Meissner  <meissner@cygnus.com>
  274.  
  275.     * rs6000.c (expand_block_move): Update source and destination pointers
  276.     inside the loop moving the bytes, not outside.
  277.  
  278. Tue Jun  6 14:58:37 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  279.  
  280.     * m68k.h (CONDITIONAL_REGISTER_USAGE): Don't mark pic reg as fixed.
  281.     * m68k.c (finalize_pic): Emit USE insn at start and end of function.
  282.  
  283. Tue Jun  6 13:46:57 1995  Jim Wilson  <wilson@mole.gnu.ai.mit.edu>
  284.  
  285.     * sh.c (print_operand): Check for annulled branches.
  286.     (output_movedouble): Handle SUBREG addresses.
  287.     (output_branch): Handle annulled branches.
  288.     (sh_expand_prologue): Correct number of saved registers for
  289.     varargs functions.
  290.     * sh.h: Add some comments.
  291.     * sh.md: Add some comments.  Cleanup formatting.
  292.     (type attribute): Add pstore and call.
  293.     (return define_delay): Reorganize to make clearer.
  294.     (call/sfunc define_delay): Define.
  295.     (cbranch define_delay): Define to have annul-true delay slot.
  296.     (subsi3): Use arith_reg_operand for operand 2.
  297.     (shift patterns): Use const_int_operand instead of immediate_operand
  298.     for shift counts.
  299.     (push): Add pstore constraint case.
  300.     (movsi_i): Move t/z constraint pair to the front of the list.
  301.     (calli, call_valuei): Add "call" attribute.
  302.     
  303. Mon Jun  5 19:23:13 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
  304.  
  305.     * sched.c (attach_deaths): In last change, use find_reg_note instead
  306.     of find_regno_note.
  307.  
  308. Mon Jun  5 19:17:31 1995  Tom Quiggle  (quiggle@lovelace.engr.sgi.com)
  309.  
  310.     * mips/iris5.h (MACHINE_TYPE): Say "IRIX 5.x", not "5.0".
  311.     (NO_DOLLAR_IN_LABEL): Undefine.
  312.     * mips.h (sdb_begin_function_line): New declaration.
  313.     (PUT_SDB_FUNCTION_END): New definition.
  314.  
  315. Mon Jun  5 18:56:10 1995  Michael Meissner  <meissner@cygnus.com>
  316.  
  317.     * rs6000.c (expand_block_move): Don't do block moves where we clobber
  318.     fixed numbers of regs, instead move just 1-8 bytes at a time.
  319.  
  320.     * Makefile.in (STAGESTUFF): Copy files produced by -da and
  321.     -save-temps to the stage subdirectories.
  322.  
  323. Mon Jun  5 08:18:46 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
  324.  
  325.     * combine.c (reg_dead_at_p): When scanning backwards, stop at BARRIER.
  326.  
  327.     * m68k.c (print_operand): Handle 'R' for registers.
  328.     * m68k.md (cmpdi): Rewrite to avoid bogus matching constraints.
  329.  
  330.     * optabs.c (expand_binop): In last change, don't defererence TARGET
  331.     if it is 0.
  332.  
  333.     * pa.md (movsicc): Use MATCH_DUP for operand 4 and 5.
  334.  
  335. Mon Jun  5 08:14:56 1995  Jeffrey A Law  (law@cs.utah.edu)
  336.  
  337.     * pa.c (hppa_encode_label): Allocate stuff on permanent_obstack
  338.     rather than via malloc.
  339.  
  340.     * c-common.c (decl_attributes): Fix typo in size passed to alloca.
  341.  
  342. Mon Jun  5 08:10:55 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  343.  
  344.     * alpha.md: Use "some_operand" for patterns valid only during
  345.     reload and meant to handle adding more PLUS operators during
  346.     register elimination.
  347.  
  348. Mon Jun  5 07:31:53 1995  Stephen L Moshier  (moshier@world.std.com)
  349.  
  350.     * cse.c (simplify_unary_operation, case FLOAT, UNSIGNED_FLOAT):
  351.     Truncate to requested mode.
  352.  
  353. Sat Jun  3 22:08:51 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
  354.  
  355.     * sched.c (attach_deaths): Don't add a REG_DEAD note if a REG_UNUSED
  356.     note is already present.
  357.  
  358. Sat Jun  3 18:36:57 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  359.  
  360.     * pa.h (hppa_builtin_saveregs): Add declaration.
  361.  
  362. Sat Jun  3 18:11:26 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  363.  
  364.     * Makefile.in (scan-decls.o):  Depends on cpplib.h.
  365.  
  366. Fri Jun  2 19:23:47 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  367.  
  368.     * optabs.c (expand_binop): Don't use non-REG TARGET in 2-word case.
  369.  
  370. Thu Jun  1 19:30:30 1995  Tor Egge  (tegge@flipper.pvv.unit.no)
  371.  
  372.     * m88k.h (RETURN_POPS_ARGS): New argument.
  373.     * m88k/dolphin.ld: Added start of comment.
  374.  
  375. Thu Jun  1 19:12:28 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  376.  
  377.     * configure (a29k-*-bsd*): Fix typo in last change.
  378.  
  379. Thu Jun  1 18:51:53 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
  380.  
  381.     * expmed.c (extract_fixed_bit_field): For REG case, compute total_bits
  382.     from mode instead of assuming BITS_PER_WORD.
  383.  
  384. Thu Jun  1 18:34:31 1995  Michael Meissner  <meissner@cygnus.com>
  385.  
  386.     * rs6000.h (FIXED_R13): Default to 0.
  387.     ({FIXED,CALL_USED}_REGISTERS): Use FIXED_R13 for register 13.
  388.     * sysv4.h (FIXED_R13): Define to be 1.
  389.  
  390. Wed May 31 20:57:26 1995  Torbjorn Granlund  <tege@matematik.su.se>
  391.  
  392.     * m68k.md ([su]mulsi3_highpart): Pass correct number of arguments to
  393.     const_uint32_operand.
  394.     * m68k.c (const_uint32_operand): Reject negative numbers.
  395.  
  396.     * expmed.c (expand_mult_highpart): Use wide_op1 for all multiplies.
  397.     (expand_divmod): Undo Nov 12 change.  Instead, add special case
  398.     for division by MIN_INT in signed TRUNC_DIV_EXPR case.
  399.  
  400. Wed May 31 20:44:21 1995  Philippe De Muyter (phdm@info.ucl.ac.be)
  401.  
  402.     * m68k.md (one_cmpldi2): New pattern.
  403.     ({a,l}shrdi{3,_const}): Allow 63 as shift count.
  404.  
  405. Wed May 31 14:56:31 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  406.  
  407.     * varasm.c (assemble_start_function, assemble_variable):
  408.     Make sure first_global_object_name is in permanent obstack.
  409.  
  410.     * reload1.c (alter_reg): Clean up setting of RTX_UNCHANGING_P
  411.     when making a MEM.
  412.  
  413.     * reorg.c (struct resources): New field unch_memory.
  414.     (CLEAR_RESOURCES, mark_target_live_regs, dbr_schedule): Clear it.
  415.     (mark_{referenced,set}_resources, redundant_insn): Set it.
  416.     (fill_simple_delay_slots): Likewise.
  417.     (resource_conflicts_p): Test it.
  418.  
  419.     * unroll.c (copy_loop_body): Fix typo in call to sets_cc0_p.
  420.  
  421.     * integrate.c (output_inline_function): Don't call expand_function_end.
  422.  
  423.     * calls.c (prepare_call_address): Only call use_reg on
  424.     static_chain_rtx if it is a REG.
  425.  
  426.     * configure (a29k-*-bsd*): Use t-a29k.
  427.     * t-a29k: New file.
  428.     * a29k/t-a29kbare (LIBGCC1_TEST): New null definition.
  429.     * a29k/t-vx29k (LIBGCC1_TEST): Likewise.
  430.  
  431. Wed May 31 14:17:42 1995  Jeffrey A Law  (law@snake.cs.utah.edu)
  432.  
  433.     * configure (hppa*-*-bsd*): Do not run fixincludes.
  434.     (hppa*-*-osf*): Likewise.
  435.     (hppa*-*-lites*): Likewise.
  436.  
  437.     * pa.h (PRINT_OPERAND_ADDRESS): Use "RR'" rather than "R'" for
  438.     symbolic addresses.
  439.     * pa.md (symbolic HIGH patterns): Likewise.
  440.     (symbolic LO_SUM pattern): Likewise.
  441.  
  442. Wed May 31 14:11:53 1995  Michael Meissner  <meissner@cygnus.com>
  443.  
  444.     * rs6000.md (all movstri recognizers): Eliminate updating the pointers.
  445.     * rs6000.c (expand_block_move): Don't pass argument of # bytes to
  446.     increment pointers by to movstrsi expanders.
  447.  
  448.     * rs6000.c (rs6000_override_options): Fix typo with -mstring handling.
  449.  
  450.     * rs6000.h (TARGET_SWITCHES): Set MASK_STRING_SET explicitly
  451.     if -mno-string, so that it can override the processor default.
  452.  
  453. Wed May 31 07:31:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  454.  
  455.     * c-common.c (truthvalue_conversion, BIT_AND_EXPR): Make sure that
  456.     the result has boolean_type_node.
  457.  
  458. Tue May 30 19:03:21 1995  J.T. Conklin  <jtc@cygnus.com>
  459.  
  460.     * stddef.h: Undefine _BSD_XXX_T_ if _GCC_XXX_T is defined on BSD
  461.     Net/2 derived systems.
  462.  
  463. Tue May 30 08:17:37 1995  Philippe De Muyter (phdm@info.ucl.ac.be)
  464.  
  465.     * m68k.md (decrement_and_branch_until_zero): Operand 0 constraint
  466.     changed from "+g" to "+d*am".
  467.     (similar anonymous HImode pattern): Likewise.
  468.  
  469.     * m68k.md (tstdi): Use tst/subx #0 instead of neg/negx.
  470.     Allow "a" and ">" for operand 0.
  471.  
  472. Mon May 29 19:24:43 1995  Niklas Hallqvist  (niklas@appli.se)
  473.  
  474.     * m68k.md (addsi_lshrsi_31): Use match_dup, not constraint "1",
  475.     for matching inputs.
  476.  
  477. Mon May 29 12:39:58 1995  Allen Briggs <briggs@rrinc.com>
  478.  
  479.     * i386/isc.h ({STARTFILE,LIB,CPP}_SPEC): Handle -Xp like -posix.
  480.     * i386/x-isc3 (X_CFLAGS): Add -Xp.
  481.  
  482. Mon May 29 12:28:41 1995  J.T. Conklin  (jtc@cygnus.com)
  483.  
  484.     * configure (sparc-*-netbsd): Add missing asterisk at end.
  485.  
  486. Mon May 29 08:55:48 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  487.  
  488.     * combine.c (recog_for_combine): New parm PADDED_SCRATCHES; set it.
  489.     (try_combine): Accumulate number of scratches and update max_scratch.
  490.     (simplify_set): Add extra parm to recog_for_combine.
  491.  
  492.     * romp.md (call): Put USE for r0 in CALL_INSN; call call_internal
  493.     to emit insn.
  494.     (call_internal): New name for anonymous call.
  495.     (call_value, call_value_internal): Likewise.
  496.  
  497.     * winnt/xm-winnt.h: Protect most definitions with #ifndef.
  498.     * alpha/xm-winnt.h: Include alpha/xm-alpha.h, then winnt/xm-winnt.h.
  499.     (POSIX): Undefine.
  500.     * xm-alpha.h: Don't include alloca.h for winnt.
  501.  
  502. Sun May 28 18:34:01 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  503.  
  504.     * configure: Make sed commands more uniform.
  505.  
  506.     * Makefile.in: Properly use $(srcdir) for files that have it
  507.     in their reference as a target of a rule.
  508.     (libgcc1.a): Add missing RANLIB_TEST use.
  509.  
  510.     * stmt.c (expand_computed_goto): Call do_pending_stack_adjust.
  511.  
  512. Sun May 28 18:08:41 1995  Torbjorn Granlund  <tege@mole.gnu.ai.mit.edu>
  513.  
  514.     * m68k.md (divmodhi4, udivmodhi4): Use "dmsK" for operand 2.
  515.  
  516. Fri May 26 17:01:22 1995  Paul Eggert  <eggert@twinsun.com>
  517.  
  518.     * fixincludes: Fix bogus recursive <stdlib.h> in NEWS-OS 4.0C.
  519.  
  520. Fri May 26 08:02:14 1995  Michael Meissner  (meissner@cygnus.com)
  521.  
  522.     * c-typeck.c (initializer_constant_valid_p): For the CONSTRUCTOR
  523.     case, if the type is a record, recurse, just like for unions.
  524.  
  525. Thu May 25 07:56:14 1995  Paul Eggert  <eggert@twinsun.com>
  526.  
  527.     * fixincludes: Add `sel', `tahoe', `r3000', `r4000' to the
  528.     list of pre-ANSI symbols that need to be surrounded with __ __.
  529.     Allow white space between `#' and `if' when looking for lines to patch.
  530.  
  531.     * objc/sarray.h (PRECOMPUTE_SELECTORS, struct soffset):
  532.     Use #ifdef __sparc__, not sparc.
  533.  
  534.     * m68k.md (addsi_lshrsi_31, ashldi_const, ashrdi_const, lshrdi_const):
  535.     Replace `mov' with `move'.
  536.  
  537. Thu May 25 07:35:37 1995  Allen Briggs  <briggs@rrinc.com>
  538.  
  539.     * libgcc2.c (L_eh, i386): Remove in-line comments in assembly
  540.     code--the '#' character is not valid for the SYSV as.
  541.  
  542. Thu May 25 07:28:54 1995  Pat Rankin  (rankin@eql.caltech.edu)
  543.  
  544.     * Makefile.in (BC_ALL): Restore it from May 22 change; vms uses it.
  545.     (STAGESTUFF): Use it.
  546.  
  547. Thu May 25 07:11:56 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  548.  
  549.     * alpha.c (alpha_emit_set_const): Don't call expand_binop for
  550.     other than add if SImode and can't create pseudos.
  551.  
  552. Wed May 24 21:38:24 1995  Jim Wilson  <wilson@cygnus.com>
  553.  
  554.     * sched.c (reemit_notes): New function.
  555.     (schedule_block): Call reemit_notes twice.  Reorganize code for
  556.     handling SCHED_GROUP_P insns, so that reemit_notes works.
  557.  
  558.     * sh/sh.c (shiftcosts, genshifty_op): Add SH3 support.
  559.     * sh/sh.md (ashlsi3, lshrsi3): Add SH3 support.
  560.     (ashlsi3_d, ashrsi3_d, lshrsi3_d): New patterns for SH3.
  561.     (ashrsi2_31): Remove r/!r constraint.
  562.  
  563. Wed May 24 17:00:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  564.  
  565.     * tree.c (type_list_equal): Call simple_cst_equal before checking
  566.         types.
  567.  
  568. Wed May 24 16:49:49 1995  Douglas Rupp  (drupp@cs.washington.edu)
  569.  
  570.     * Makefile.in (libgcc2.a): Handle case of separate srcdir.
  571.  
  572. Wed May 24 16:22:01 1995  Paul Eggert  <eggert@twinsun.com>
  573.  
  574.     * configure: Define $(MAKE) if `make' doesn't.
  575.  
  576. Wed May 24 15:50:51 1995  Doug Evans  <dje@cygnus.com>
  577.  
  578.     * dsp16xx.h (CROSS_LINK_SPEC): ENDFILE_SPEC moved to -nostartfiles.
  579.     * i386/freebsd.h (LINK_SPEC): Don't pass "-e start" if nostartfiles
  580.     rather than nostdlib.
  581.     * i386/sun.h (LINK_SPEC): Likewise.
  582.     * m68k/sun2o4.h (LINK_SPEC): Likewise.
  583.     * m68k/sun3.h (LINK_SPEC): Likewise.
  584.     * m68k/vxm68k.h (LINK_SPEC): Likewise.
  585.     * mips/netbsd.h (LINK_SPEC): Likewise.
  586.     * config/netbsd.h (LINK_SPEC): Likewise.
  587.     * rs6000/mach.h (LINK_SPEC): Likewise.
  588.     * sparc.h (LINK_SPEC): Likewise.
  589.     * sparc/vxsparc.h (LINK_SPEC): Likewise.
  590.  
  591.     * m88k/m88k.h (FUNCTION_ARG_BOUNDARY): Use GET_MODE_BITSIZE.
  592.  
  593. Wed May 24 15:44:04 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  594.  
  595.     * fold-const.c (fold): Make sure that a folded TRUTH_NOT_EXPR
  596.         retains the same type.
  597.  
  598.     * c-common.c (truthvalue_conversion): Also accept TRUTH_NOT_EXPR.
  599.  
  600. Wed May 24 15:41:51 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  601.  
  602.     * cplus-dem.c (strstr, strncmp, strlen): Remove declarations.
  603.  
  604.     * tree.c (type_list_equal, simple_cst_list_equal, index_type_equal):
  605.     Check for simple_cst_equal return value of -1.
  606.  
  607. Wed May 24 10:05:24 1995  Michael Meissner  <meissner@cygnus.com>
  608.  
  609.     * libgcc1-test.c (start, _start): Provide declarations, so that
  610.     the GNU linker doesn't give a warning message about defaulting the
  611.     start address.
  612.  
  613.     * rs6000/sysv4.h (STRIP_NAME_ENCODING): Redefine back to the
  614.     original defination, rather than the defination used in rs6000.h.
  615.     (ASM_OUTPUT_SOURCE_LINE): Use STRIP_NAME_ENCODING.
  616.     * rs6000.h (STRIP_NAME_ENCODING): Skip leading '*'.
  617.  
  618.     * rs6000.h (MASK_STRING_SET, TARGET_STRING_SET): Add target
  619.     flags bit for whether -mstring was actually used.
  620.     (TARGET_SWITCHES): Add MASK_STRING to all power targets.  Set
  621.     MASK_STRING_SET for -mstring and -mno-string.
  622.     (TARGET_DEFAULT): Add MASK_STRING.
  623.  
  624.     * rs6000.c (rs6000_override_options): Add MASK_STRING to
  625.     all power targets.  Make an explicit -mstring/-mno-string override
  626.     the -mcpu=processor default.
  627.  
  628.     * rs6000/eabile.h (CPP_SPEC): Copy from sysvle.h to provide the
  629.     appropriate little endian defaults.
  630.  
  631.     * rs6000/sysv4.h (ASM_OUTPUT_SOURCE_LINE): Use assemble_name to
  632.     output the canonical name.
  633.  
  634. Wed May 24 01:21:15 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  635.  
  636.     * rs6000.h (STRIP_NAME_ENCODING): Define.
  637.     (RS6000_OUTPUT_BASENAME): Use it.
  638.  
  639. Tue May 23 19:54:21 1995  Doug Evans  <dje@cygnus.com>
  640.  
  641.     * gcc.c (link_command_spec): Move ENDFILE_SPEC from -nostdlib
  642.     to -nostartfiles.
  643.  
  644. Tue May 23 17:01:50 1995  Jim Wilson  <wilson@cygnus.com>
  645.  
  646.     * alpha.md (negsi2-2): Change output pattern to #.
  647.  
  648.     * mips.c (embedded_pic_offset): Output RTL to initialize
  649.     embedded_pic_fnaddr_rtx.
  650.     (mips_finalize_pic): Delete.
  651.     * mips.h (mips_finalize_pic): Delete declaration.
  652.     (FINALIZE_PIC): Delete.
  653.     (INIT_EXPANDERS): Clear embedded_pic_fnaddr_rtx.
  654.     * mips.md (get_fnaddr): Add = to output contraint.
  655.  
  656.     * sh.c (shift_amounts): Correct entry for shifts by 29.
  657.     * sh.md (sett): New pattern.
  658.     (movsi_i): Change source constraint for move to T reg to be 'z'.
  659.  
  660.     * mips/ecoff.h (STARTFILE_SPEC): Define to null string.
  661.     * mips/elfl.h, mips/elfl64.h: Correct typo in comment.
  662.  
  663.     * mips/elflorion.h, mips/elforion.h (MIPS_CPU_DEFAULT): Delete.
  664.     * mips.c (override_options): Delete #ifdef MIPS_CPU_DEFAULT code.
  665.     Add #ifdef MIPS_CPU_DEFAULT_STRING code before the first
  666.     mips_cpu_string test.
  667.  
  668. Tue May 23 07:22:36 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  669.  
  670.     * romp.c (hash_rtx): Avoid warning on int-to-pointer conversion.
  671.     (output_fpops): Cast args to bcopy to char *.
  672.  
  673.     * cpplib.c (initialize_builtins): Add missing parm to timestamp call.
  674.  
  675.     * Makefile.in (install-libobjc): Don't depend on libobjc.a.
  676.  
  677.     * c-parse.in: Objc shift/reduce conflicts now 48.
  678.     (parm): Use setspecs/restore here.
  679.     (parmlist_or_identifiers): Not here.
  680.  
  681. Mon May 22 19:30:30 1995  Doug Evans  <dje@cygnus.com>
  682.  
  683.     * h8300.md (movsf_h8300h): Add missing post-inc case to constraints.
  684.  
  685. Mon May 22 14:38:36 1995  Michael Meissner  <meissner@cygnus.com>
  686.  
  687.     * rs6000.c (rs6000_override_options): Do SUBTARGET_OVERRIDE_OPTIONS
  688.     here.
  689.     * rs6000.h (OVERRIDE_OPTIONS): Not here.
  690.  
  691.     * rs6000.c (expand_block_move): Handle moves without string
  692.     instructions by generating a series of loads and stores.
  693.     (output_prolog): Support -mno-toc on V.4 and eabi systems.
  694.  
  695.     * rs6000/sysv4.h (TARGET_SWITCHES): Add -mtoc and -mno-toc.
  696.     (SUBTARGET_OVERRIDE_OPTIONS): Add some warnings for incompatible
  697.     switches.
  698.     (TOC_SECTION_FUNCTION): Make -mno-toc like -mrelocatable in that
  699.     we don't put the minimal toc pointer in the global toc section.
  700.     (LINK_SPEC): Use -oformat to set link output format, not -m.
  701.  
  702.     * rs6000/t-eabigas (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Build
  703.     libgcc.a variants with -mno-toc support.
  704.     * rs6000/t-ppcgas (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Ditto.
  705.  
  706. Mon May 22 07:10:52 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  707.  
  708.     * cplus-dem.c (mystrstr): Replacement for strstr.
  709.  
  710.     * configure: Split up long sed command.
  711.     * Makefile.in (SYMLINK): Deleted; unused.
  712.     (oldobjext): Deleted; no longer used.
  713.     (FLAGS_TO_PASS): Include objext and exeext.
  714.     (STAGESTUFF, protoize.o, unprotoize.o): Use $(objext), not .o.
  715.     (test_protoize_simple, compare{,3}, gnucompare{,3}): Likewise.
  716.     (STAGESTUFF, specs, gcc-cross, collect2): Add missing $(exeext).
  717.     (libgcc1.null, libgcc[12].a, stage[1-4]): Likewise.
  718.     (xgcc, cc1, cc1obj, enquire): Use $@ instead of filename for -o value.
  719.     (collect2, mips-tfile, mips-tdump, gen*): Likewise.
  720.     (bi-arity, bi-opcode, bi-opname, cccp, cppmain): Likewise.
  721.     (protoize, unprotoize, gen-protos, fix-header): Likewise.
  722.     (crtbegin.o, crtend.o): Don't use -o; move output to proper
  723.     filename (using objext) instead.
  724.     (BI_ALL, BC_ALL, bytecode): Deleted; unused.
  725.     (bi-*.o, cexp.o, stamp-{proto,fixinc}): Remove unneeded $(srcdir).
  726.     (getopt{,1}.o, SYSCALLS.c.X): Likewise.
  727.     (install-driver): New target.
  728.     (install-normal): Depend on it.
  729.     (install-common): Don't depend on xgcc.
  730.     (maketest): Deleted; no longer used.
  731.     (stage[1-4]): Use name collect-ld, not real-ld.
  732.     (risky-stage[1-4]): Use stage[1-4] as dependencies; don't copy.
  733.     * alpha/config-nt.bat, i386/config-nt.bat: Make {,h,t}config.h
  734.     and tm.h by writing a single #include line.
  735.     Update way specs.h and options.h are written.
  736.     * alpha/config-nt.sed, i386/config-nt.sed: Set new variables
  737.     into Makefile.
  738.     Build winnt.obj.
  739.     Edit CCCP definition.
  740.     * alpha/x-winnt, i386/x-winnt (oldobjext): Deleted.
  741.     Add rules for .c.obj, .adb.obj, and .ads.obj.
  742.     (LIB2FUNCS_EXTRA, spawnv.o): New rules.
  743.     * i386/x-winnt (objext): Now .obj, not .o.
  744.  
  745.     * gcc.c (HAVE_OBJECT_SUFFIX): New macro.
  746.     (process_command): Convert x.o to x.foo for OBJECT_SUFFIX of ".foo".
  747.     (do_spec_1): Avoid shadow variable "i" and always use for loop var.
  748.  
  749.     * c-decl.c (finish_decl_top_level): Removed; no longer used.
  750.     * objc-act.c: Numerous formatting changes.
  751.     (NULLT): Deleted; all uses changed to NULL_TREE.
  752.     (get_{static,object}_reference, objc_add_static_instance):
  753.     Use push_obstacks instead of saving obstacks manually.
  754.     (build_{selector,class}_reference_decl): Likewise.
  755.     (build_objc_string_decl, build_protocol_reference): Likewise.
  756.     (comp_{method,proto}_with_proto): Likewise.
  757.     (create_builtin_decl, synth_module_prologue): Set DECL_ARTIFICIAL
  758.     for internal objects.
  759.     (build_{selector,class}_reference_decl, add_objc_decls): Likewise.
  760.     (generate_objc_symtab_decl, build_module_descriptor): Likewise.
  761.     (build_protocol_reference): Likewise.
  762.     (build_objc_string_decl, synch_forward_declarations): Likewise.
  763.     Delete call to end_temporary_allocation.
  764.     (generate_static_references, generate_strings): Likewise.
  765.     (build_selector_translation_table, generate_category): Likewise.
  766.     (generate_{ivars,protocol}_list, build_protocol_reference): Likewise.
  767.     (build_objc_string_object): If next_runtime, put everything in
  768.     permanent obstack.
  769.     (objc_add_static_instance): Use build_decl instead of start_decl
  770.     and finish_decl_top_level.
  771.     (build_{class_reference,objc_string}_decl): Clear DECL_CONTEXT.
  772.     (start_class): Exit with FATAL_EXIT_CODE, not 1.
  773.     (add_objc_decls): Don't set DECL_IN_SYSTEM_HEADER.
  774.  
  775.     * tree.c (valid_machine_attribute): Handle attribute on
  776.     pointer-to-function types.
  777.  
  778. Sun May 21 17:16:37 1995  J. T. Conklin <jtc@cygnus.com>
  779.  
  780.     * mips/netbsd.h (HAVE_STRERROR): Remove.
  781.     * mips/xm-netbsd.h: New file.
  782.     * mips/t-mips-netbsd: Deleted.
  783.     * configure (mips-dec-netbsd): Use xm-netbsd.h and t-libc-ok.
  784.  
  785. Sun May 21 17:16:37 1995  Arne H. Juul  (arnej@pvv.unit.no)
  786.  
  787.     * mips/netbsd.h: Use __start as entry point. Ifdef some
  788.     paths on CROSS_COMPILE.
  789.  
  790. Sun May 21 08:39:26 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  791.  
  792.     * c-parse.in (datadef, fndef, ivar_decl, mydecls):
  793.     Restore declspec_stack since setspecs is used.
  794.     (parmlist_or_identifiers): Use setspecs before parsing parms
  795.     and restore after parsing parms.
  796.  
  797. Sun May 21 01:04:52 1995  Jeffrey A. Law  <law@snake.cs.utah.edu>
  798.  
  799.     * pa.c (hppa_encode_label): New variable "permanent" to
  800.     where/how memory is allocated for the new label.  All
  801.     callers changed.
  802.  
  803. Sat May 20 16:53:30 1995  Mike Meissner  <meissner@cygnus.com>
  804.  
  805.     * rs6000.md (insv, extz): Fail if the structure is QI or HI reg to
  806.     avoid paradoxical subreg's being created in RTL phase, which uses
  807.     SImode to load from memory if  structure is later moved to stack.
  808.  
  809. Sat May 20 06:44:59 1995  Philippe De Muyter (phdm@info.ucl.ac.be)
  810.  
  811.     * m68k.md (udivmodhi4): Output "divu" instead of "divs".
  812.  
  813. Sat May 20 06:11:32 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  814.  
  815.     * reload.c (push_reload): Don't reload inside a SUBREG
  816.     when SUBREG_WORD is nonzero.
  817.  
  818.     * c-decl.c (shadow_tag_warned): Don't warn about useless keyword
  819.     if in system header file.
  820.  
  821.     * tree.c (simple_cst_equal): Don't look at language-specific 
  822.     nodes since we don't know what's in them.
  823.  
  824.     * cpperror.c: #include config.h before any other .h file.
  825.     * collect2.c: Likewise.
  826.  
  827.     * i386/config-nt.bat: Add missing ^M on two lines.
  828.     Add case for Fortran; fix typo in Ada case.
  829.     * alpha/config-nt.bat: Add case for Fortran; fix typo in Ada case.
  830.  
  831.     * m68k/t-next (LIBGCC1, CROSS_LIBGCC1): Make not, not "libgcc1.null".
  832.     (OTHER_FIXINCLUDES_DIRS, LIMITS_H_TEST): Delete from here.
  833.     * m68k/x-next (OTHER_FIXINCLUDES_DIR, LIMITS_H_TEST): Move to here.
  834.  
  835. Fri May 19 19:30:20 1995  Stan Cox  (gcc@dg-rtp.dg.com)
  836.  
  837.       * crtstuff.c: Added reference to INIT_SECTION_PREAMBLE for systems that
  838.       do something which must be undone prior to __do_global_ctors.
  839.  
  840. Fri May 19 19:27:08 1995  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
  841.  
  842.     * i386/linux-aout.h (CPP_SPEC): Add defines for -fPIC.
  843.     * i386/linux-oldld.h (CPP_SPEC): Likewise.
  844.  
  845. Fri May 19 17:46:28 1995  Philippe De Muyter (phdm@info.ucl.ac.be)
  846.  
  847.     * collect2.c (strstr): Deleted.
  848.     * cplus-dem.c (strstr): Define ifndef POSIX.
  849.  
  850. Fri May 19 11:16:51 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  851.  
  852.     * cpplib.c (collect_expansion):  Don't escape '@' inside string.
  853.  
  854. Fri May 19 06:59:21 1995  Pat Rankin  (rankin@eql.caltech.edu)
  855.  
  856.     * vmsconfig.com (process_objc_lib, configure_makefile): New routines.
  857.     (bc_all.list, ./vax.md, objc-objs.opt, objc-hdrs.list): New files
  858.     created at config time.
  859.     (bc_all.opt, ./md.): No longer created.
  860.     * make-cc1.com: Handle revised filenames from vmsconfig.com;
  861.     (DO_OBJCLIB): New variable, plus code to compile objc/*.{c,m}.
  862.  
  863. Wed May 17 16:15:31 1995  Torbjorn Granlund  <tege@cygnus.com>
  864.  
  865.     * i960.c (i960_output_ldconst): New code for XFmode.
  866.     Also, move SFmode code to immediately after DFmode code.
  867.     (S_MODES, D_MODES): Handle XFmode.
  868.     (XF_MODES): Was TF_MODES, handle XFmode instead of TFmode.
  869.     (hard_regno_mode_ok): Replace TFmode with XFmode.
  870.     (i960_output_long_double): New function.
  871.  
  872.     * i960.h (DATA_ALIGNMENT): Define.
  873.     (ROUND_TYPE_ALIGN): Align XFmode scalars at 128 bit boundaries.
  874.     (ROUND_TYPE_SIZE): Round up the size of XFmode objects to 128 bits.
  875.     (CONST_DOUBLE_OK_FOR_LETTER_P): Use CONST0_RTX and CONST1_RTX
  876.     so that all FP modes are recognized.
  877.     (ASM_OUTPUT_LONG_DOUBLE): Define.
  878.  
  879.     * i960.md: Change all TFmode patterns to have XFmode.
  880.     (movxf recognizer, frame version): Use movt, ldt, and stt.
  881.     (movxf recognizer, non-frame version): Delete.
  882.     (extenddfxf2): Delete * before f constraint.
  883.     (extendsfxf2): Likewise.
  884.  
  885. Wed May 17 17:53:35 1995  Jim Wilson  <wilson@mole.gnu.ai.mit.edu>
  886.  
  887.     * unroll.c (unroll_loop): Increment copy_start_luid if copy_start
  888.     is loop_start.
  889.  
  890. Wed May 17 17:44:57 1995  Lee Iverson  <leei@Canada.AI.SRI.COM>
  891.  
  892.     * fold-const.c (invert_truthvalue, case CLEANUP_POINT_EXPR): New case.
  893.  
  894. Tue May 16 18:51:16 1995  Michael Meissner  <meissner@cygnus.com>
  895.  
  896.     * rs6000/rs6000.h (TARGET_SWITCHES): Add -mstring to enable string
  897.     instructions, and -mno-string to disable them.
  898.     (MOVE_MAX): Don't test TARGET_MULTIPLE anymore.
  899.     (MAX_MOVE_MAX): Set to 8, not 16.
  900.     (expand_block_move): Add declaration.
  901.  
  902.     * rs6000/rs6000.c (expand_block_move): New function to expand
  903.     block moves when -mstring is used.
  904.  
  905.     * rs6000/rs6000.md (movti): Use TARGET_STRING, not TARGET_MULTIPLE.
  906.     (load_multiple, store_multiple): Ditto.
  907.     (string insns): Add 8, 6, 4, 2, and 1 register variants for using
  908.     the native string instructions if -mstring.
  909.  
  910.     * rs6000/sysv4.h (CPP_SPEC): If little endian, define
  911.     _LITTLE_ENDIAN and set littleendian assertion.  If big endian,
  912.     define _BIG_ENDIAN and set bigendian assertion.
  913.     * rs6000/sysv4le.h (CPP_SPEC): Copy from sysv4.h, and change
  914.     default to little endian.
  915.  
  916.     * rs6000/rs6000.c (override_options): Check for -mmultiple and
  917.     -mstring on little endian systems here.
  918.     * rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't do the check
  919.     here.
  920.  
  921. Tue May 16 18:36:41 1995  Douglas Rupp  (drupp@cs.washington.edu)
  922.  
  923.     * alpha.c: Changed WINNT to _WIN32.
  924.     * alpha/config-nt.bat, i386/config-nt.bat: Added commands to
  925.     generate specs.h and options.h.
  926.     * i386/config-nt.sed: Changed link32 to link.
  927.     * winnt/ld.c (main): Removed call to free.
  928.     * configure.bat: Added line to echo usage on invalid input.
  929.     * gcc.c (fix_argv): Removed call to free.
  930.     * gcc.c, getpwd.c, protoize.c, sdbout.c: Changed WINNT to _WIN32.
  931.     * toplev.c: Likewise.
  932.  
  933. Tue May 16 18:04:47 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  934.  
  935.     * toplev.c (pfatal_with_name, fatal_io_error, vfatal):
  936.     Use FATAL_EXIT_CODE instead of magic number.
  937.     * cccp.c, cpplib.c, cpplib.h: Use FATAL_EXIT_CODE instead
  938.     of FAILURE_EXIT_CODE.
  939.     * fix-header.c, gen-protos.c: Likewise.
  940.     * cpperror.c, cppmain.c: Likewise.
  941.     Include config.h #ifndef EMACS.
  942.     * xm-alpha.h, xm-rs6000.h, xm-vms.h (FAILURE_EXIT_CODE): Remove.
  943.  
  944. Tue May 16 17:46:57 1995  Adam Fedor  <fedor@colorado.edu>
  945.  
  946.     * objc/archive.c (__objc_write_class): Write class version.
  947.     (__objc_write_selector, objc_{write,read}_selector): Handle null
  948.     selector.
  949.  
  950.         * objc/sarray.h (struct sarray): Make capacity size_t.
  951.         * objc/sarray.c (sarray_realloc): Make array index variables size_t.
  952.  
  953. Tue May 16 06:59:08 1995  Paul Eggert  <eggert@twinsun.com>
  954.  
  955.     * dsp16xx.c (print_operand_address): Fix misspellings in messages.
  956.     * i370/mvs.h (FUNCTION_PROFILER): Likewise.
  957.     * mips-tdump.c (type_to_string): Likewise.
  958.     * print-tree.c (print_node): Likewise.
  959.  
  960.     * protoize.c (edit_fn_definition): Fix mispelled local `have_flotsam'.
  961.  
  962.     * objc/sendmsg.c (__objc_init_install_dtable): Fix misspelling
  963.     in name of local label `already_initialized'.
  964.  
  965.     * winnt/winnt.h (STDC_VALUE): Was misspelled.
  966.  
  967.     * m68k/ccur-GAS.h (FUNCTION_BOUNDARY): Was misspelled.
  968.  
  969.     * 1750a.h (DEFAULT_PCC_STRUCT_RETURN): Was misspelled.
  970.  
  971. Mon May 15 23:41:25 1995  Jeffrey A. Law  <law@snake.cs.utah.edu>
  972.  
  973.     * pa.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Make sure to encode section
  974.     info for all libcalls.
  975.  
  976. Mon May 15 20:58:00 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  977.  
  978.     * collect2.c (strstr): Define ifndef POSIX.
  979.  
  980.     * defaults.h (SUPPORTS_WEAK): Provide default.
  981.     * aoutos.h, sparc/sunos4.h: Don't support weak symbols.
  982.     * netbsd.h, svr4.h, i386/freebsd.h, i386/osfrose.h,
  983.         m88k/m88k.h: Define ASM_WEAKEN_LABEL instead of WEAK_ASM_OP.
  984.     * c-pragma.h: Check ASM_WEAKEN_LABEL instead of WEAK_ASM_OP.
  985.         HANDLE_PRAGMA_WEAK is never defined in a tm.h file.
  986.     * c-decl.c (duplicate_decls): Propagate DECL_WEAK.
  987.     * tree.h (DECL_WEAK): New macro.
  988.     (tree_decl): Add weak_flag.
  989.     * varasm.c (assemble_start_function): Declare the symbol weak if
  990.     appropriate.
  991.     (assemble_variable): Ditto.
  992.     (assemble_alias): Ditto.  Mark the decl as written.
  993.     (declare_weak): Check for weak declaration after definition.
  994.     Set DECL_WEAK.  
  995.     (weak_finish): Use ASM_WEAKEN_LABEL.
  996.     * libgcc2.c: The C++ free-store management functions are weak
  997.         aliases on targets that always support them.
  998.  
  999. Mon May 15 19:01:43 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  1000.  
  1001.     * configure (out_object_file): New variable; put value in Makefile.
  1002.     * Makefile.in (out_object_file): Use in place of aux-output.o.
  1003.  
  1004.     * fold-const.c (const_binop): Don't pass OVERFLOW to force_fit_type
  1005.     if type is unsigned.
  1006.  
  1007. Mon May 15 18:48:26 1995  Paul Eggert <eggert@twinsun.com>
  1008.  
  1009.         * install.sh (transformbasename): Fix misspelling.
  1010.  
  1011.     * tahoe.h (CHECK_FLOAT_VALUE): Fix misspelling of OVERFLOW parameter.
  1012.  
  1013.     * i386.h (VALID_MACHINE_{DECL,TYPE_ATTRIBUTE): Fix typo.
  1014.  
  1015.     * fx80.h (CHECK_FLOAT_VALUE): Fix misspelled use of parameter.
  1016.  
  1017.     * a29k.c (spec_reg_operand): Fix misspelling of `default:'.
  1018.  
  1019. Mon May 15 18:36:41 1995  Philippe De Muyter (phdm@info.ucl.ac.be)
  1020.  
  1021.     * m68k.md (b{eq,ne,ge,lt}0_di): Fixed for non-MOTOROLA syntax.
  1022.     * m68k/xm-mot3300.h (alloca): Extern decl added for non-GNU compiler.
  1023.  
  1024. Mon May 15 13:14:29 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  1025.  
  1026.     * cppexp.c (cpp_reader):  Test for '#' (start of assertion) *after*
  1027.     skipping hspace, not before.
  1028.  
  1029. Mon May 15 08:13:54 1995  Pat Rankin  (rankin@eql.caltech.edu)
  1030.  
  1031.     * vmsconfig.com: Construct options.h and specs.h to #include
  1032.     all "*/lang-{options|specs}.h" files found.
  1033.  
  1034. Sun May 14 21:32:49 1995  Doug Evans  <dje@cygnus.com>
  1035.  
  1036.     * alpha/alpha.md (movsicc, case NE): Don't generate unrecognizable
  1037.     insn.
  1038.     (movdicc, case NE): Likewise.
  1039.  
  1040. Sun May 14 15:44:54 1995  Jim Wilson  <wilson@mole.gnu.ai.mit.edu>
  1041.  
  1042.     * unroll.c (unroll_loop): Make local_regno have size
  1043.     max_reg_before_loop.  Don't do local register optimization if
  1044.     copy_end has no INSN_LUID.
  1045.  
  1046. Sun May 14 10:38:23 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  1047.  
  1048.     * objc-act.c (start_method_def): Mark _self as possibly unused.
  1049.  
  1050.     * configure: Create specs.h and options.h from */lang-specs.h
  1051.     and */lang-options.h.
  1052.     Set lang_specs_files and lang_options_file variables in Makefile.
  1053.     * Makefile.in (lang_{specs,options}_files): New variables.
  1054.     (gcc.o): Depends on $(lang_specs_files).
  1055.     (toplev.o): Depends on $(lang_options_file); merge two dep lists.
  1056.     (distclean): Remove spes.h and options.
  1057.     * gcc.c (default_compilers): Remove entries for Ada, C++, Chill,
  1058.     and Fortran; #include specs.h instead.
  1059.     * toplev.c (lang_options): Remove entries for Ada, C++, and Fortran;
  1060.     include options.h instead.
  1061.  
  1062. Sat May 13 23:11:21 1995  DJ Delorie  <dj@delorie.com>
  1063.  
  1064.     * configure (i[345]86-go32-msdos, i[345]86-*-go32): New targets.
  1065.  
  1066. Sat May 13 10:58:38 1995  Jim Wilson  <wilson@cygnus.com>
  1067.  
  1068.     * loop.c (record_giv): When computing replaceable, use
  1069.     back_branch_in_range_p instead of looking for branches to named
  1070.     labels.
  1071.     * loop.h (back_branch_in_range_p): Declare.
  1072.     * unroll.c (back_branch_in_range_p): No longer static.
  1073.  
  1074. Sat May 13 06:47:11 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  1075.  
  1076.     * combine.c (simplify_shift_count, case LSHIFTRT): Don't merge
  1077.     shifts of different modes if first is any right shift.
  1078.  
  1079. Sat May 13 05:39:09 1995  Richard Earnshaw (rearnsha@armltd.co.uk)
  1080.  
  1081.     * configure (arm-semi-aout): New configuration.
  1082.     * config.sub: Add support for semi-hosted ARM.
  1083.     * arm/t-semi, arm/semi.h: New files.
  1084.  
  1085. Fri May 12 21:51:22 1995  Doug Evans  <dje@cygnus.com>
  1086.  
  1087.     * flow.c (find_basic_blocks): Only perform n_basic_blocks sanity
  1088.     check on first pass, and on second pass ensure it has the correct
  1089.     value.
  1090.  
  1091. Fri May 12 19:23:11 1995  Jim Wilson  <wilson@cygnus.com>
  1092.  
  1093.     * c-typeck.c (build_binary_op): Warn when ~unsigned is compared
  1094.     against unsigned, and type promotions result in an unexpected
  1095.     answer.
  1096.  
  1097. Fri May 12 19:10:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  1098.  
  1099.     * configure (*-*-gnu*): Always use ELF; set tm_file=${cpu_type}/gnu.h.
  1100.     * config/i386/gnu.h: Contents replaced with old i386/gnuelf.h.
  1101.     * config/i386/gnuelf.h: File removed.
  1102.  
  1103. Fri May 12 17:29:57 1995  Ken Raeburn  (raeburn@cygnus.com)
  1104.  
  1105.     * m68k/lb1sf68.asm (__IMMEDIATE_PREFIX__): Default to #.
  1106.     (IMM): New macro.
  1107.     (all code): Use IMM macro instead of hardcoding # for immediate
  1108.     operands.
  1109.  
  1110. Fri May 12 16:52:10 1995  Philippe De Muyter (phdm@info.ucl.ac.be)
  1111.  
  1112.     * m68k.c (output_scc_di): New function.
  1113.     (extend_operator) : Allow DImode target.
  1114.     * m68k.h (HARD_REGNO_MODE_OK): Don't allow d7/a0 as DImode reg pair.
  1115.     * m68k.md (tstdi, cmpdi, addsi_lshrsi_31, ashldi_extsi): New patterns.
  1116.     (extendqidi2, extendhidi2, extendsidi2): Allow "general_operand"
  1117.     instead of "register_operand" 0.
  1118.     (adddid_sexthishl32, subdid_sexthishl32, subdi_dishl32): Likewise.
  1119.     (adddi_dilshr32): Operand 0 constraint changed from "ro" to "do";
  1120.     Code generation fixed.
  1121.     (adddi_mem, subdi_mem): Fixed for "<" and ">" operand 0.
  1122.     (adddi3, subdi3): Operand 2 constraint changed from "ao" to "*ao"
  1123.     (ashldi_sexthi, ashrdi_const32): Allow only "register_operand"
  1124.     instead of "general_operand" 0.
  1125.     (ash[lr]di_const, ash[lr]di3): Allow also 8 and 16 as shift count.
  1126.     (subreg1ashrdi_const32): Pattern deleted.
  1127.     (subreghi1ashrdi_const32, subregsi1ashrdi_const32): New pattern.
  1128.     (lshrsi_31): New implementation.
  1129.     (scc0_di, scc_di, beq0_di, bne0_di, bge0_di, blt0_di): New patterns.
  1130.      
  1131. Fri May 12 16:50:49 1995  Jeffrey A. Law  <law@mole.gnu.ai.mit.edu>
  1132.  
  1133.     * pa.md (bb patterns): Fix bugs in length computation exposed by
  1134.     recent branch shortening and genattrtab changes.
  1135.  
  1136. Fri May 12 16:22:27 1995  Ken Raeburn  <raeburn@cygnus.com>
  1137.  
  1138.     * cccp.c (enum node_type): Add T_IMMEDIATE_PREFIX_TYPE.
  1139.     (special_symbol): Handle it; emit value of IMMEDIATE_PREFIX.
  1140.     (IMMEDIATE_PREFIX): Default to empty string.
  1141.     (initialize_builtins): Install __IMMEDIATE_PREFIX__ builtin,
  1142.     parallel to __REGISTER_PREFIX__.
  1143.  
  1144. Fri May 12 14:40:03 1995  Pat Rankin  (rankin@eql.caltech.edu)
  1145.  
  1146.     * cccp.c: #if VMS, don't define `stat' macro to be VMS_stat.
  1147.     Compare enums explicitly to 0 to work around VAX C bug.
  1148.     (do_include): Cast alloca's value.
  1149.  
  1150.     * make-cc1.com (bc_loop): Process comma-separated list rather
  1151.     than space-separated one; restore .h suffix stripped by vmsconfig;
  1152.     (loop1): More robust handling of directory prefix on file names.
  1153.     * vmsconfig.com (TPU makefile.in): Reorganize and reformat code.
  1154.     Make generated .opt files have more consistent format (all comma
  1155.     separated, excess whitespace eliminated);
  1156.     (additional_compiler): New routine.
  1157.     (process_makefile): Use it to handle cc1plus via cp/Make-lang.in.
  1158.  
  1159. Fri May 12 13:35:07 1995  Doug Evans  <dje@cygnus.com>
  1160.  
  1161.     * arm.h: Replace ARM_REG_PREFIX with REGISTER_PREFIX.
  1162.     Replace ARM_COMMENT_CHAR with ASM_COMMENT_START.
  1163.     (REGISTER_PREFIX): Define.
  1164.     (USER_LABEL_PREFIX, LOCAL_LABEL_PREFIX): Define.
  1165.     (SECONDARY_OUTPUT_RELOAD_CLASS): Handle DFmodes only if
  1166.     TARGET_HARD_FLOAT.
  1167.     (PREDICATE_CODES): Add soft_df_operand.
  1168.     * arm.c: Replace ARM_REG_PREFIX with REGISTER_PREFIX.
  1169.     Replace ARM_COMMENT_CHAR with ASM_COMMENT_START.
  1170.     (arm_asm_output_label): Use USER_LABEL_PREFIX.
  1171.     (soft_df_operand): New function.
  1172.     * arm.md (movsicc): New pattern.
  1173.     (movsfcc, movdfcc, *movsicc_insn, *movsfcc_hard_insn): Likewise.
  1174.     (*movsfcc_soft_insn, *movdfcc_insn): Likewise.
  1175.     (*movdf_soft_insn): Rewrite.
  1176.     (movsi matcher): Fix typo in type attribute.
  1177.  
  1178. Fri May 12 10:25:40 1995  Michael Meissner  (meissner@cygnus.com)
  1179.  
  1180.     * i386.h (TARGET_RTD): Use MASK_RTD, not MASK_REGPARM.
  1181.     (TARGET_SWITCHES): Add -m{,no-}align-double switch.
  1182.     (TARGET_OPTIONS): Add -mregparm= switch to set number of registers
  1183.     to use for passing arguments.  Add -malign-loops= switch to set
  1184.     the alignment for loops.  Add -malign-jumps= switch to set the
  1185.     alignment for code that is jumped to.  Add -malign-functions=
  1186.     switch to set the initial alignment of functions.
  1187.     (TARGET_REGPARM): Delete, in favor of -mregparm=
  1188.     (TARGET_SWITCHES): Delete -mregparm, add -mdebug-arg switches.
  1189.     (RETURN_POPS_ARGS): Call i386_return_pops_args to do the real work.
  1190.     (VALID_MACHINE_DECL_ATTRIBUTE): Define as function call.
  1191.     (VALID_MACHINE_TYPE_ATTRIBUTE): Define as function call.
  1192.     (COMP_TYPE_ATTRIBUTES): Define as function call.
  1193.     (REGPARM_MAX): Maximum number of regs to use for passing arguments.
  1194.     (CUMULATIVE_ARGS): Make this a structure, not an int.
  1195.     (INIT_CUMULATIVE_ARGS, FUNCTION_ARG{,_ADVANCE}): Call function.
  1196.     (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
  1197.     (MAX_CODE_ALIGN): Maximum value to align loops/jumps to.
  1198.     (BIGGEST_ALIGNMENT): Return 64 if -malign-double, 32 otherwise.
  1199.     (ASM_OUTPUT_ALIGN_CODE): Use value of -malign-jumps= switch.
  1200.     (ASM_OUTPUT_LOOP_ALIGN): Use value of -malign-loops= switch.
  1201.     (toplevel): Declare all new functions and external variables added
  1202.     in i386.c.
  1203.  
  1204.     * i386.c (i386_regparm_string, i386_regparm): New variables
  1205.     for -mregparm= switch to set the number of registers to use for
  1206.     passing arguments.
  1207.     (i386_align_loops_string, i386_align_loops): New variables for
  1208.     -malign-loops= switch to set alignment to use for loops.
  1209.     (i386_align_jumps_string, i386_align_jumps): New variables for
  1210.     -malign-jumps= switch to set alignment to use for labels that are
  1211.     jumped to.
  1212.     (override_options): Support new switches.
  1213.     (i386_valid_decl_attribute_p): New function to validate decl
  1214.     specific attributes.  Presently returns 0.
  1215.     (i386_valid_type_attribute_p):  New function to validate type
  1216.     specific attributes.  Recognize "stdcall", which says function
  1217.     with fixed numbers of arguments is responsible for popping stack,
  1218.     "cdecl", which says to use the normal C calling sequence, even if
  1219.     -mrtd is used, and "regparm", which specifies the number of
  1220.     registers to use for passing arguments.
  1221.     (i386_comp_type_attributes): New function, to validate whether
  1222.     attributes are compatible.
  1223.     (i386_return_pops_args): New function, to return whether or not
  1224.     the function pops its argument list or not, taking into account
  1225.     -mrtd, and the stdcall/cdecl attributes.
  1226.     (init_cumulative_args): Rewrite as a function, taking variable
  1227.     argument functions, and regparm support into account.
  1228.     (function_arg{,_advance,_partial_nreg}): Likewise.
  1229.     (print_operand): Support %J, to print appropriate jump insn.
  1230.  
  1231.     * i386.md (decrement_and_branch_until_zero): Define pattern,
  1232.     so that loops that count down to zero, don't have an unneeded
  1233.     compare after the decrement.  Add a general insn recognizer for
  1234.     add to a value and compare against zero.
  1235.  
  1236.     * i386/go32.h, i386/winnt.h (VALID_MACHINE_DECL_ATTRIBUTE):
  1237.     Delete, code folded into the mainline.
  1238.     (RETURN_POPS_ARGS): Likewise.
  1239.  
  1240.     * i386/winnt.h (ENCODE_SECTION_INFO): The stdcall attribute is now
  1241.     stored on the type field, rather than the decl.
  1242.  
  1243.     * i386/gas.h (ASM_OUTPUT_ALIGN_CODE, ASM_OUTPUT_LOOP_ALIGN): Use
  1244.     i386_align_{loops,jumps} variables to do alignment.
  1245.     * i386/osfrose.h, i386/svr3dbx.h: Likewise.
  1246.  
  1247. Fri May 12 12:48:19 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  1248.  
  1249.     * stor-layout.c (layout_type, case ARRAY_TYPE): Compute length using
  1250.     MAX of length and zero if sizetype signed and neither bound constant.
  1251.  
  1252.     * i386/gnuelf.h, i386/linux-oldld.h, i386/lynx-ng.h, i386/v3gas.h:
  1253.     Use <...> in #include instead of "...".
  1254.     * m68k/lynx-ng.h, sparc/lynx-ng.h: Likewise.
  1255.  
  1256.     * c-parse.in (myparm): Handle attributes.
  1257.     * objc-act.c (unused_list): New variable.
  1258.     (build_tmp_function_decl): Call push_parm_decl with new format.
  1259.     (start_class): Initialize unused_list.
  1260.     (start_method_def): Call push_parm_decl with new format and
  1261.     mark _cmp as possibly unused.
  1262.  
  1263.     * combine.c (simplify_shift_const): Don't change SHIFT_MODE
  1264.     for LSHIFTRT either.
  1265.  
  1266.     * unroll.c (unroll_loop): Don't move reg if used in copy_end and
  1267.     that is a JUMP_INSN.
  1268.  
  1269. Fri May 12 12:31:37 1995  Doug Evans  <dje@cygnus.com>
  1270.  
  1271.     * arm/lib1funcs.asm: New file.
  1272.  
  1273. Fri May 12 11:52:03 1995  Kung Hsu  <kung@cygnus.com>
  1274.  
  1275.     * configure (a29k-*-vxworks*): New target.
  1276.     * config.sub (vxworks29k): New alias.
  1277.     * a29k/t-vx29k: New file.
  1278.     * a29k/vx29k.h: New file.
  1279.  
  1280. Fri May 12 11:17:28 1995  Jim Wilson  <wilson@mole.gnu.ai.mit.edu>
  1281.  
  1282.     * loop.c (check_dbra_loop): When reversing loop when
  1283.     no_use_except_counting is false, there must be only one biv.
  1284.  
  1285. Fri May 12 07:10:00 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  1286.  
  1287.     * unroll.c (unroll_loop): Only use local_regno for pseudos.
  1288.  
  1289.     * genattrtab.c (write_test_expr, case MATCH_DUP): Use operands[N]
  1290.     instead of JUMP_LABEL (which may not be set).
  1291.     (walk_attr_value, case MATCH_DUP): Set must_extract.
  1292.  
  1293.     * c-parse.in: Adjust number of shift/reduce conflicts.
  1294.     (parm): Support attributes.
  1295.     * c-decl.c (push_parm_decl): Pass any attributes to decl_attributes.
  1296.  
  1297. Fri May 12 00:36:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  1298.  
  1299.     * cpplib.c (skip_quoted_string):  Removed - no longer needed.
  1300.     (skip_if_group):  Use cpp_get_token instead of skip_quoted_string.
  1301.  
  1302.     * cpplib.h (struct cpp_reader):  Remove start_line field.
  1303.     Add multiline_string_line field.
  1304.  
  1305.     * cpplib.c (cpp_error_with_line, cpp_warning_with_line,
  1306.     cpp_pedwarn_with_line):  Take extra column number parameter.
  1307.     (macroexpand, cpp_get_token):  Fix reporting of unterminated strings.
  1308.     (line_for_error):  Removed - no longer needed.
  1309.  
  1310. Fri May 12 02:21:34 1995  Jim Wilson  <wilson@cygnus.com>
  1311.  
  1312.     * mips/svr4-t.h (MD_STARTFILE_PREFIX, MD_EXEC_PREFIX,
  1313.     STARTFILE_SPEC, LINK_SPEC): Define.
  1314.     * configure (mips-tandem-sysv4): Use t-mips not t-svr4.
  1315.  
  1316. Thu May 11 19:18:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  1317.  
  1318.     * cpplib.c (line_for_error):  Make it work; add extra parameter.
  1319.     (skip_quoted_string, cpp_get_token):  Update calls to line_for_error.
  1320.     (macroexpand):  Remember initial line so we can report it if the
  1321.     call is unterminated.  Also, simplify error logic slightly.     
  1322.     (do_include):  Cast alloca return value, to avoid pcc warning.
  1323.  
  1324.     * cppexp.c (parse_number):  Cleanup some Cygnus crud for MPW.
  1325.  
  1326. Thu May 11 21:35:23 1995  Torbjorn Granlund  <tege@cygnus.com>
  1327.  
  1328.     From Moshier:
  1329.     * i960.c (i960_output_ldconst): Let split_double handle DImode.
  1330.     (i960_print_operand): Use REAL_VALUE_TO_DECIMAL for decimal strings.
  1331.     (i960_output_double, i960_output_float):  Likewise; also change arg
  1332.     VALUE from `double' to `REAL_VALUE_TYPE'.
  1333.  
  1334. Thu May 11 21:09:25 1995  Per Bothner  (bothner@wombat.gnu.ai.mit.edu)
  1335.  
  1336.     * cpperror.c (cpp_print_containing_files):  Remove some
  1337.     Cygnus-local stuff.
  1338.  
  1339. Thu May 11 21:06:47 1995  Doug Evans  <dje@canuck.cygnus.com>
  1340.  
  1341.     * gcc.c (link_command_spec): Make -nostdlib no longer imply
  1342.     -nostartfiles.
  1343.  
  1344. Thu May 11 18:48:57 1995  Paul Eggert  <eggert@twinsun.com>
  1345.  
  1346.     * c-common.c (convert_and_check): Don't diagnose overflow in constant
  1347.     expression merely because conversion overflowed.
  1348.  
  1349. Thu May 11 18:43:59 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  1350.  
  1351.     * c-decl.c (grokdeclarator): Use PARM_FLAG to see if should
  1352.     make PARM_DECL.
  1353.     * c-parse.in (nested_function, notype_nested_function):
  1354.     Allow old-style arg definitions (use xdecls).
  1355.  
  1356.     * c-decl.c (finish_struct): Properly update DECL_PACKED.
  1357.  
  1358. Thu May 11 15:24:15 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  1359.  
  1360.     * fold-const.c (fold): Also fold CLEANUP_POINT_EXPRs into
  1361.         TRUTH_*_EXPRs and into the first operand.
  1362.     (operand_equal_for_comparison_p): Also make sure the second operand
  1363.     is integral.
  1364.  
  1365. Thu May 11 14:22:03 1995  Ted Lemon  <mellon@toccata.fugue.com>
  1366.  
  1367.     * config/mips/netbsd.h: New file.
  1368.     * config/mips/t-mips-netbsd: New file.
  1369.     * config/mips/x-netbsd: New file.
  1370.  
  1371.     * configure (mips-dec-netbsd*): Add entry.
  1372.  
  1373.     * mips.h (LOCAL_LABEL_PREFIX, USER_LABEL_PREFIX): Define.
  1374.     (PUT_SDB_BLOCK_START, PUT_SDB_BLOCK_END, ASM_OUTPUT_LABEL_REF,
  1375.     ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL,
  1376.     ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Use them.
  1377.  
  1378.     * mips.c (mips_output_lineno): Use LOCAL_LABEL_PREFIX.
  1379.  
  1380. Thu May 11 14:22:03 1995  Stan Cox  (gcc@dg-rtp.dg.com)
  1381.  
  1382.     * dwarfout.c (output_decl): Don't output DIE for struct or union type
  1383.     with no name or with ERROR_MARK for the fields.
  1384.  
  1385. Thu May 11 06:36:34 1995  Michael Meissner  (meissner@cygnus.com)
  1386.  
  1387.     * flow.c (mark_used_regs): If a SUBREG does not have a REG in the
  1388.     SUBREG_REG position, recursively call mark_used_regs, instead of
  1389.     segfaulting.
  1390.  
  1391. Thu May 11 06:44:34 1995  Pat Rankin  (rankin@eql.caltech.edu)
  1392.  
  1393.     * expr.c (do_jump, case EQ_EXPR, NE_EXPR): Fix typo for complex.
  1394.  
  1395. Wed May 10 12:34:46 1995  Michael Meissner  <meissner@cygnus.com>
  1396.  
  1397.     * configure: Add support for the little endian variant of the
  1398.     PowerPC System V.4 and Eabi targets.  If the GNU assembler was not
  1399.     specified, don't build libgcc.a variants on the PowerPC systems
  1400.     that use -mrelocatable, -mlittle, and -mbig.
  1401.  
  1402.     * genmultilib: For MULTILIB_MATCHES arguments, map question marks
  1403.     into equal signs after spliting the left and right side of
  1404.     equivalent options, to all support for options like: -mcpu=403.
  1405.  
  1406.     * rs6000/rs6000.md (rs6000_immed_double_const): New function that
  1407.     is like immed_double_const, except that it reverses the two words
  1408.     in the constant if the target is little endian.
  1409.  
  1410.     * rs6000/rs6000.md (floatsidf2): Use rs6000_immed_double_const,
  1411.     not immed_double_const.
  1412.     (floatunssidf2): Ditto.
  1413.  
  1414.     * rs6000/rs6000.h: Add declarations for all functions in rs6000.c.
  1415.  
  1416.     * rs6000/sysv4.h (TARGET_SWITCHES): Add -mlittle, -mlittle-endian,
  1417.     -mbig, and -mbig-endian for bi-endian support.
  1418.     (ASM_SPEC): Pass -mlittle/-mbig to the assembler if it was passed
  1419.     to us.
  1420.     (LINK_SPEC): If explicit little or big endian support was
  1421.     requested, tell the GNU linker to use the appropriate target
  1422.     format.
  1423.  
  1424.     * rs6000/t-eabi (MULTILIB_*): Build libgcc.a variants for software
  1425.     floating point.  Remove mrelocatable libgcc.a variant.
  1426.  
  1427.     * rs6000/t-eabigas: New file, cloned from t-eabi.  Build
  1428.     mrelocatable libgcc.a variant in addition to the other variants.
  1429.  
  1430.     * rs6000/t-ppc: New file, for PowerPC System V.4 support without
  1431.     the GNU assembler.
  1432.  
  1433.     * rs6000/t-ppcgas: New file, for PowerPC System V.4 support with
  1434.     the GNU assembler.
  1435.  
  1436.     * rs6000/eabile.h: New file, little endian eabi config file.
  1437.     * rs6000/sysv4le.h: New file, little endian V.4 config file.
  1438.  
  1439. Wed May 10 14:22:28 1995  Doug Evans  <dje@cygnus.com>
  1440.  
  1441.     * libgcc1-test.c (main_without__main): Renamed from `main'.
  1442.     * Makefile.in (libgcc1-test): Tell the user to ignore warnings.
  1443.  
  1444.     * configure: Support --enable-foo, --disable-foo.
  1445.  
  1446. Wed May 10 10:34:00 1995  Lee Iverson  <leei@Canada.AI.SRI.COM>
  1447.  
  1448.     * unroll.c: Add declarations of static functions.
  1449.     (unroll_loop): Renumber regs local to loop for each unrolled iteration.
  1450.  
  1451. Wed May 10 08:27:03 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  1452.  
  1453.     * alpha.c (alpha_set_emit_const): Cleanups to work properly
  1454.     when run on 32-bit host.
  1455.  
  1456.     * configure: Instead of symlinking tm.h and {h,t,}config.h,
  1457.     make them files that #include the proper file; pass to Makefile.
  1458.     Pass out_file and md_file to Makefile instead of making symlinks.
  1459.     * Makefile.in (out_file, md_file, tm_file, {build,host}_xm_file):
  1460.     New symbols, to be overridden by configure.
  1461.     (insn-*): Use $(md_file), not md.
  1462.     (aux-output.o): Use $(out_file), not aux-output.c.
  1463.     ($(MD_FILE)): Rework to use new conventions.
  1464.     (gen*.o, bi-*.o): Depend on $(build_xm_file), not hconfig.h.
  1465.     (scan.o, fix-header.o, scan-decls.o): Likewise.
  1466.     (distclean): Adjust files removed for new convention.
  1467.  
  1468. Tue May  9 19:26:42 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  1469.  
  1470.     * rs6000/rs6000.h (LIBGCC_SPEC): Do link with libgcc when -shared.
  1471.  
  1472.     * Makefile.in (STAGESTUFF): Add underscore.c.
  1473.     (underscore.c): Rename temporary files to begin with 'tmp-' so that
  1474.     they will be removed by 'make mostlyclean'.
  1475.  
  1476. Tue May  9 19:19:55 1995  Mike Stump  <mrs@cygnus.com>
  1477.  
  1478.     * toplev.c (lang_options): Add new flag -ffor-scope.
  1479.  
  1480. Tue May  9 19:11:47 1995  Lee Iverson  (leei@ai.sri.com)
  1481.  
  1482.     * objc/init.c (objc_init_statics): Fix missing part of last change.
  1483.  
  1484. Tue May  9 18:25:34 1995  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
  1485.  
  1486.     * i386/gnu.h, i386/linux.h, i386/linux-aout.h, i386/lynx.h:
  1487.     Use <...> in #include instead of "..." to avoid recursion.
  1488.     * i386/netbsd.h, i386/xm-gnu.h, i386/xm-linux.h: Likewise.
  1489.     * i386/xm-lynx.h, i386/xm-freebsd.h, i386/xm-netbsd.h: Likewise.
  1490.     * m68k/lynx.h, m68k/netbsd.h, m68k/xm-lynx.h: Likewise.
  1491.     * m68k/xm-netbsd.h, mips/gnu.h, ns32k/netbsd.h: Likewise.
  1492.     * ns32k/xm-netbsd.h, rs6000/lynx.h, rs6000/xm-lynx.h: Likewise.
  1493.     * sparc/lynx.h, sparc/netbsd.h, sparc/xm-lynx.h: Likewise.
  1494.     * sparc/xm-netbsd.h, vax/netbsd.h, vax/xm-netbsd.h: Likewise.
  1495.  
  1496. Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
  1497.  
  1498.     * config.sub: Recognize powerpcle as the little endian varient of
  1499.     the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
  1500.     powerpcle variant.  Convert pentium into i586, not i486.  Add p5
  1501.     alias for i586.  Map new x86 variants p6, k5, nexgen into i586
  1502.     temporarily.
  1503.  
  1504. Tue May  9 15:43:27 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  1505.  
  1506.     * rs6000/rs6000.h (LINK_SPEC, LIB_SPEC): Don't mess with libg
  1507.         if -shared.
  1508.     * rs6000/aix41ppc.h (LINK_SPEC): Ditto.
  1509.  
  1510.     * rs6000/powerpc.h: Don't emit .extern directives.
  1511.  
  1512. Tue May  9 14:08:09 1995  Jim Wilson  <wilson@cygnus.com>
  1513.  
  1514.     * sh/lib1funcs.asm (__ashrsi3, __ashlsi3, __lshrsi3): Use .byte
  1515.     instead of .word offsets in switch table.
  1516.  
  1517. Tue May  9 11:44:47 1995  Jeremy Bettis  <jbettis@cse.unl.edu>
  1518.  
  1519.     * objc/sendmsg.c (__objc_send_initialize): Call superclass if object
  1520.     does not implement +initialize.
  1521.   
  1522. Tue May  9 02:44:16 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  1523.  
  1524.     * rs6000/xm-rs6000.h (COLLECT_EXPORT_LIST): Define if not
  1525.         cross-compiling.
  1526.     * rs6000/xm-mach.h: #undef COLLECT_EXPORT_LIST.
  1527.     * rs6000/rs6000.h (COLLECT_SCAN_OBJECTS): Lose.
  1528.  
  1529.     * collect2.c (collect_exit): Unlink export_file.
  1530.     (prefix_from_string): Broken out from prefix_from_env.
  1531.     (prefix_from_env): Call it.
  1532.     (main): Under AIX, recognize -bE: and -bexport:, and don't
  1533.     automatically export everything if we see one.  Otherwise, scan the
  1534.     objects individually and add all their symbols to an export file to be
  1535.     passed to the linker.
  1536.     (write_export_file): New function.
  1537.     (scan_prog_file): Ignore symbols starting with '.'
  1538.  
  1539.     * c-common.c (declare_hidden_char_array): Mark decl artificial.
  1540.  
  1541. Mon May  8 18:13:57 1995  Adam Fedor  <fedor@colorado.edu>
  1542.  
  1543.     * objc/init.c (_objc_load_callback): Add declaration. 
  1544.     (__objc_exec_class): Call _objc_load_callback after every Class
  1545.     or Category is added.
  1546.     * objc/objc-api.h (_objc_load_callback): Add declaration.
  1547.  
  1548. Mon May  8 17:56:28 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  1549.  
  1550.     * expr.c (expand_expr, case INDIRECT_REF): Set RTX_UNCHANGING_P
  1551.     if both TREE_READONLY and TREE_STATIC set.
  1552.  
  1553.     * c-typeck.c (convert_for_assignment): Don't give errors about
  1554.     adding const or volatile unless both sides point to functions.
  1555.  
  1556. Mon May  8 11:48:23 1995  Michael Meissner  <meissner@cygnus.com>
  1557.  
  1558.     * configure: If ../ld/Makefile, symlink ../ld/ld.new to collect-ld,
  1559.     not real-ld.  Don't test for $use_collect2 any more.
  1560.  
  1561. Sun May  7 17:52:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  1562.  
  1563.     * calls.c (expand_call): Improve -Winline warnings.
  1564.  
  1565. Sun May  7 17:28:27 1995  DJ Delorie  (dj@delorie.com)
  1566.  
  1567.     * configure.bat: Use "go32" instead of "msdos" for future expansion.
  1568.  
  1569.     * i386/go32.h: Add support for win32's stdcall functions.
  1570.  
  1571.     * configure.bat: Add ^M to end of each line.
  1572.     * i386/config-nt.bat, alpha/config-nt.bat: Likewise.
  1573.  
  1574. Sun May  7 02:12:26 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  1575.  
  1576.     * tree.h (DECL_ARTIFICIAL): New macro.
  1577.  
  1578.     * function.c (expand_function_end): Don't warn about unused
  1579.         anonymous or artificial parms.
  1580.  
  1581. Fri May  5 18:41:22 1995  Jim Meyering  (meyering@comco.com)
  1582.  
  1583.     * configure: Fix typo in name of "maintainer-clean".
  1584.  
  1585. Fri May  5 14:58:01 1995  Jeffrey A. Law  <law@snake.cs.utah.edu>
  1586.  
  1587.      * pa.c (emit_move_sequence): Force problematical constants
  1588.     into memory during the reload pass when generating PIC.
  1589.  
  1590. Fri May  5 13:30:33 1995  Doug Evans  <dje@cygnus.com>
  1591.  
  1592.     * objc/NXConstStr.m: NXConstantString.h renamed to NXConststr.h.
  1593.  
  1594. Fri May  5 07:10:15 1995  Stephen L Moshier  (moshier@world.std.com)
  1595.  
  1596.     * real.c (emdnorm, toe64, etoe64): Significand of Intel long double
  1597.     denormals is shifted down one bit.
  1598.  
  1599. Fri May  5 07:04:12 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  1600.  
  1601.     * c-typeck.c (process_init_element): Don't clear_momentary if
  1602.     constructor_stack is not empty.
  1603.  
  1604.     * objc/Makefile (SHELL): Now /bin/sh.
  1605.  
  1606.     * c-typeck.c (build_binary_op): Also warn about ordered
  1607.     comparison of pointer with zero if -Wall.
  1608.  
  1609.     * expr.c (do_jump, case EQ_EXPR, NE_EXPR): Properly compare complex.
  1610.  
  1611. Thu May  4 18:01:25 1995  Philippe De Muyter (phdm@info.ucl.ac.be)
  1612.  
  1613.     * objc/Makefile: NXConstantString renamed to NXConstStr.
  1614.     * objc/NXConstStr.m: Renamed from objc/NXConstantString.m.
  1615.     * objc/NXConstStr.h: Renamed from objc/NXConstantString.h.
  1616.  
  1617. Thu May  4 17:38:21 1995  J.T. Conklin  <jtc@netbsd.org>
  1618.  
  1619.     * configure (vax-*-netbsd*): New configuration.
  1620.     * vax/netbsd.h, vax/xm-netbsd.h: New files.
  1621.  
  1622. Thu May  4 16:39:05 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  1623.  
  1624.     * collect2.c (main): Add check for 'collect-ld', just like
  1625.         'real-ld', except that old versions won't be looking for it in the
  1626.         path.  Don't look for 'real-ld' in the path anymore.  Sigh.
  1627.  
  1628.     * collect2.c: #include demangle.h and obstack.h.
  1629.     (obstack_chunk_alloc): Define.
  1630.     (obstack_chunk_free): Define.
  1631.     (generic): Don't define.  Don't use.
  1632.     (main): Initialize obstacks and demangling.
  1633.  
  1634.     * collect2.c (dump_file): Adjust space padding in output to
  1635.         maintain tabulation with Solaris ld.  Don't demangle if the
  1636.         environment variable COLLECT_NO_DEMANGLE is set.
  1637.  
  1638.         * collect2.c (main): Redirect the output of the first link and
  1639.         demangle it.  Don't collect static c/dtors unless USE_COLLECT2 is
  1640.         defined.  Null-terminate the list of objects.
  1641.     (dump_file): New function.
  1642.     (file_exists): New function.
  1643.     (collect_exit): Renamed from my_exit.  Dump and remove the temporary
  1644.     ld output file.
  1645.     (collect_execute): Break out from fork_execute.  Support redirection.
  1646.     (fork_execute): Call it.
  1647.     (fatal_perror, fatal, error): Make non-static.
  1648.     (xcalloc, xmalloc): Don't use generic.
  1649.     (xrealloc): Define.
  1650.     (collect_wait): Break out for do_wait.  Just return the exit status.
  1651.     (do_wait): Call it.
  1652.  
  1653.     * collect2.c: Check SUNOS4_SHARED_LIBRARIES using #if, not #ifdef.
  1654.  
  1655.     * Makefile.in (collect2): Now uses cplus-dem.o and underscore.o.
  1656.     (collect2.o): Pass MAYBE_USE_COLLECT2 to compile.
  1657.     (underscore.c): Rules for creation.
  1658.  
  1659.     * cplus-dem.c, demangle.h: Copy from libiberty.
  1660.  
  1661. Thu May  4 14:12:35 1995  Jim Wilson  <wilson@cygnus.com>
  1662.  
  1663.     * sdbout.c (plain_type): Pass additional argument to plain_type_1.
  1664.     (plain_type_1): New parameter level.  Increment it when making
  1665.     recursive calls.  Force the type to void_type_mode before starting
  1666.     a 7th level of recursion.
  1667.  
  1668.     * sh.c (general_movsrc_operand, general_movdst_operand): Delete
  1669.     references to POST_DEC and PRE_INC.
  1670.     * sh.h: Clean up whitespace, comments, etc.
  1671.     (TARGET_SH, RTL_BIT, DT_BIT, C_BIT, R_BIT, TARGET_DUMP_RTL,
  1672.     TARGET_DUMP_R, TARGET_CDUMP): Delete.
  1673.     (TARGET_SWITCHES): Delete -mR, -mc, -mr options.
  1674.     (CONST_DOUBLE_OK_FOR_LETTER_P): Delete 'G' contraint.
  1675.     (FUNCTION_VALUE): Simplify.
  1676.     (REG_OK_FOR_PRE_POST_P, IS_INDEX): Delete.
  1677.     (BASE_REGISTER_RTX_P, INDEX_REGISTER_RTX_P): Rewrite to allow
  1678.     SUBREGs.
  1679.     (GO_IF_LEGITIMATE_INDEX): Delete unused REGNO argument.
  1680.     (GO_IF_LEGITIMATE_ADDRESS): Use BASE_REGISTER_RTX_P instead of
  1681.     REG_OK_FOR_PRE_POST_P.  Don't accept PRE_INC or POST_DEC addresses.
  1682.     (PREDICATE_CODES, PROMOTE_MODE): Define.    
  1683.  
  1684. Wed May  3 09:57:55 1995  Michael Meissner  <meissner@cygnus.com>
  1685.  
  1686.     * rs6000/rs6000.md (non power abs insns): If not powerpc, use
  1687.     sf/subfc instructions, not subf.
  1688.  
  1689. Wed May  3 08:49:06 1995  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
  1690.  
  1691.     * protoize.c (gen_aux_info_file): Use strerror #ifdef HAVE_STRERROR.
  1692.  
  1693. Wed May  3 01:06:01 1995  Jeffrey A. Law  <law@mole.gnu.ai.mit.edu>
  1694.  
  1695.     * pa.c (output_call): Fix typo/thinko in last change.
  1696.     (output_function_epilogue): Align the data section before
  1697.     emitting deferred plabels.
  1698.  
  1699.     From Torbjorn:
  1700.     * pa.c (before functions): Declare deferred_plabels and
  1701.     n_deferred_plabels.
  1702.     (output_call): When generating pic, don't use LP and RP.  Use 32 bit
  1703.     plabel instead.
  1704.     (output_function_epilogue): Output plabels accumulated in output_call.
  1705.  
  1706. Tue May  2 17:15:08 1995  Jeffrey A. Law  <law@mole.gnu.ai.mit.edu>
  1707.  
  1708.     * pa.c (hppa_expand_epilogue): Fix thinko in last change.
  1709.  
  1710. Tue May  2 16:54:35 1995  Doug Evans  <dje@cygnus.com>
  1711.  
  1712.     * jump.c (jump_optimize, can_reach_end determination): A barrier can
  1713.     follow the return insn.
  1714.  
  1715. Tue May  2 12:39:55 1995  Mike Stump  <mrs@cygnus.com>
  1716.  
  1717.     * fold-const.c (fold): Ensure that we don't alter the expression's
  1718.     type when folding CLEANUP_POINT_EXPRs.
  1719.  
  1720. Tue May  2 13:36:08 1995  Michael Meissner  <meissner@cygnus.com>
  1721.  
  1722.     * expmed.c (emit_store_flag): When creating store flag
  1723.     instructions from simpler parts, such as XOR, ABS, etc. do not
  1724.     reuse pseudo registers if expensive optimizations, instead create new
  1725.     pseudos for each insn result.
  1726.  
  1727. Tue May  2 01:25:29 1995  Jeffrey A. Law  <law@snake.cs.utah.edu>
  1728.  
  1729.     * pa.c (hppa_expand_epilogue): Correctly handle restore of %rp
  1730.     for functions with a stack size of exactly 8kbytes and no frame
  1731.     pointer.
  1732.  
  1733. Mon May  1 19:27:08 1995  Jim Wilson  <wilson@cygnus.com>
  1734.  
  1735.     * sdbout.c (sdbout_one_type): Don't switch to text section if
  1736.     in function with section attribute.
  1737.  
  1738.     * combine.c (combine_instrutions): Set subst_prev_insn to zero.
  1739.     (try_combine, undo_all): Likewise.
  1740.     (get_last_value): Return zero if subst_prev_insn set.
  1741.  
  1742.     * sparc.h (INIT_TARGET_OPTABS): Move INIT_SUBTARGET_OPTABS to end.
  1743.  
  1744.     * Makefile.in (install-dir): chmod a+rx all newly created directories.
  1745.  
  1746.     * expr.c (expand_expr, case SAVE_EXPR): Handle the case where
  1747.     mode is VOIDmode.
  1748.  
  1749. Fri Apr 28 15:39:38 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  1750.  
  1751.     * cpplib.h (cpp_buffer):  Note new escape combination "@ ".
  1752.     * cpplib.c (macroexpand):  Delete "@ " if stringifying.
  1753.     (cpp_skip_hspace):  Also skip "@ " if input buffer has_escapes.
  1754.     (collect_expansion):   Cleanup white-space handling.
  1755.     (create_definition):  Remove all leading spaces, not just first one.
  1756.     (cpp_expand_to_buffer):  Set has_escapes on resulting input buffer.
  1757.     (macroexpand):  Set output_escapes during whole function (and
  1758.     specifically during calls of macarg).
  1759.     (macroexpand):  Set "@ " before and after expansion result.
  1760.     (push_macro_expansion):  Remove unneeded initial "@ ", not " ".
  1761.     (cpp_get_token):  Remove unneeded "@ " (not " ") at end of expansion.
  1762.     (cpp_get_token):  Handle "@ ".
  1763.  
  1764.     * cpplib.c (read_name_map):  Add cpp_reader parameter.  Access
  1765.     map_list from former (instead of having it be static).
  1766.     (open_include_file):  Extra parameter (because of above changes).
  1767.     (do_include, lookup_import):  Update calls of open_include_file.
  1768.  
  1769.     * cpplib.c (do_include):  Fix memory leak.
  1770.  
  1771.     * cpplib.c (delete_assertion):  Also delete tokenlist.
  1772.     (do_unassert):  Don't delete tokenlist (handled by delete_assertion).
  1773.     (cpp_cleanup):  New function.  Frees resources used by a cpp_reader.
  1774.     * cpphash.c (cpp_hash_cleanup):  New function.
  1775.     (delete_macro):  Enable commented-out code.
  1776.     (file_cleanup):  Free actual buffer.
  1777.  
  1778.     * cpplib.c (cpp_options):  Add map_list.
  1779.  
  1780.     * cpplib.h (PARSE_GETC):  Removed.  Bogus and unused.
  1781.     * cppmain.c (main):  Remove commented-out code that used PARSE_GETC.
  1782.  
  1783.     * cpplib.c:  Don't #include <string.h>.  Causes clashes
  1784.     on Nextstep (when index/rindex are macros).
  1785.     (cpp_grow_buffer, int_parse_file):  Cast to U_CHAR*, rather than char*.
  1786.  
  1787. Sun Apr 30 08:11:23 1995  Alan Modra  (alan@spri.levels.unisa.edu.au)
  1788.  
  1789.     * stdarg.h, varargs.h (va_arg): Don't assume __va_rounded_size (char)
  1790.     has the value of 4.
  1791.  
  1792. Sun Apr 30 07:13:43 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  1793.  
  1794.     * vax.h (NOTICE_UPDATE_CC): Correctly handle aob insns.
  1795.  
  1796.     * expr.c (expand_expr, case CONSTRUCTOR): Don't set target to
  1797.     zero if more then one word.
  1798.     Pass size and alignment to move_by_pieces_ninsns in bytes, not bits.
  1799.  
  1800.     * cse.c (cse_insn): Properly set IN_MEMORY for SET_DEST.
  1801.  
  1802.     * tree.c (substitute_in_expr): Preserve TREE_READONLY.
  1803.  
  1804.     * c-common.c (enum attrs): Add A_UNUSED.
  1805.     (init_attributes): Initialize it.
  1806.     (decl_attributes, case A_UNUSED): New case.
  1807.  
  1808. Sat Apr 29 15:42:03 1995  Paul Eggert  <eggert@twinsun.com>
  1809.  
  1810.     * cccp.c (do_include): Re-fix minor memory leak by using
  1811.     alloca instead of xmalloc and free.
  1812.  
  1813.     * cccp.c (macarg): Except for reporting error, treat unterminated
  1814.     macro call as if it were terminated, since `macroexpand' relies
  1815.     on *argptr being filled in.
  1816.  
  1817. Sat Apr 29 06:09:35 1995  Torbjorn Granlund  <tege@cygnus.com>
  1818.  
  1819.     * pa.c (output_mul_insn): Simplify, it is never called with
  1820.     UNSIGNEDP set.
  1821.  
  1822.     * pa.md (divsi3, udivsi3, modsi3, umodsi3): Simplify.
  1823.     (ashlsi3): Clean up indentation and commentary.
  1824.  
  1825. Fri Apr 28 12:48:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  1826.  
  1827.     * integrate.c (expand_inline_function): Don't emit any notes until
  1828.         after we've expanded the actual parameters.
  1829.  
  1830. Fri Apr 28 11:51:06 1995  Stan Cox  (gcc@dg-rtp.dg.com)
  1831.  
  1832.         * m88k/dgux.h: (ENDFILE_SPEC, LIB_SPEC) Fix crtbegin and crtend 
  1833.         (SELECT_RTX_SECTION) Put relocatable pic constants in data section
  1834.  
  1835.         * m88k/dguxbcs.h: (LIB_SPEC) Likewise
  1836.  
  1837.         * m88k/m88k.c: (symbolic_operand) Put relocatable pic constants in data
  1838.  
  1839.         * m88k/m88k.h: (FRAME_POINTER_REQUIRED) Add -momit-leaf-frame-pointer
  1840.  
  1841.         * m88k/m88k.md: (umulsidi3) Doesn't work for 88110 with mod/div changes
  1842.  
  1843.         * m88k/x-dgux: (GCC_FOR_TARGET) tdesc gets mixed up for crtbegin/crtend
  1844.  
  1845. Fri Apr 28 06:36:47 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  1846.  
  1847.     * c-typeck.c (pop_init_level, output_init_element): Pass
  1848.     require_constant_* to digest_init.
  1849.  
  1850.     * alpha.c (alpha_emit_set_const): Now returns rtx and take MODE arg.
  1851.     Rework to use a new pseudo for intermediate values if high opt level.
  1852.     Also use expand_{bin,un}op.
  1853.     * alpha.h (alpha_emit_set_const): Add declaration.
  1854.     * alpha.md (mov[sd]i and splits): Change call to alpha_emit_set_const.
  1855.  
  1856.     * reg-stack.c (stack_result): Fix bug in last change.
  1857.  
  1858. Fri Apr 28 01:08:43 1995  Doug Evans  <dje@cygnus.com>
  1859.  
  1860.     * objc-act.c: Update calls to start_decl, finish_struct,
  1861.     pass NULLs for attributes.
  1862.  
  1863. Thu Apr 27 21:13:14 1995  Doug Evans  <dje@cygnus.com>
  1864.  
  1865.     * sparc.md (tablejump): Only if ! TARGET_MEDANY.
  1866.     (casesi): New pattern for TARGET_MEDANY case.
  1867.  
  1868.     * c-common.c (decl_attributes): Always continue if attribute not found.
  1869.     * c-typeck.c (common_type): Call lookup_attribute instead of
  1870.     value_member.
  1871.     * tree.c (attribute_hash_list): New function.
  1872.     (build_type_attribute_variant): Call it.
  1873.     (valid_machine_attribute): Handle attributes with arguments.
  1874.     (is_attribute_p): New function.
  1875.     (lookup_attribute): New function.
  1876.     (attribute_in_list): Deleted.
  1877.     (attribute_list_contained): Check TREE_PURPOSE and TREE_VALUE.
  1878.     * tree.h (valid_machine_attribute): Add prototype.
  1879.     (is_attribute_p, lookup_attribute): Likewise.
  1880.     * i386/winnt.h (RETURN_POPS_ARGS): Call lookup_attribute.
  1881.     (ENCODE_SECTION_INFO): Likewise.
  1882.     (CPP_PREDEFINES): Use __stdcall__, __cdecl__.
  1883.     (VALID_MACHINE_DECL_ATTRIBUTE): Call is_attribute_p.
  1884.     `args' must be NULL.
  1885.  
  1886. Thu Apr 27 21:10:41 1995  David Edelsohn  <edelsohn@mhpcc.edu>
  1887.  
  1888.     * rs6000.md (insv): New anonymous patterns to combine insert with
  1889.     arbitrary ashift, ashiftrt, lshiftrt, or zero_extract.  (Based on
  1890.     patch from John Brooks <jbrooks@ea.com>.)
  1891.     (ashlsi3): Remove extraneous operand processing.
  1892.  
  1893. Thu Apr 27 18:47:24 1995  Jim Wilson  <wilson@cygnus.com>
  1894.  
  1895.     * sh/ashlsi3.c, sh/ashrsi3.c, sh/lshrsi3.c: Delete.
  1896.     * sh/lib1funcs.asm (ashiftrt_r4_*): Rewrite for efficiency.
  1897.     (ashrsi3, lshrsi3, lshrsi3): Add.
  1898.     * t-sh (LIB1ASMFUNCS): Add new functions.
  1899.     (LIBGCC2_CFLAGS): Delete.
  1900.     (LIB2FUNCS_EXTRA): Remove deleted files.
  1901.     (ashlsi3.c, ashrsi3.c, lshrsi3.c): Remove rules for deleted files.
  1902.  
  1903.     * stmt.c (expand_return): When returning BLKmode structure, use
  1904.     operand_subword instead of doing arithmetic on the register number.
  1905.     Also, for structures smaller than word_mode, copy it into a word_mode
  1906.     temporary and then subreg it.
  1907.  
  1908.     * sparc.md: Delete two define_peepholes which print `bad peephole'.
  1909.  
  1910. Thu Apr 27 16:17:01 1995  Torbjorn Granlund  <tege@cygnus.com>
  1911.  
  1912.     * toplev.c (rest_of_compilation): Call shorten_branches even when
  1913.     !optimize.
  1914.     * final.c (shorten_branches): For non-optimizing compiles, break
  1915.     after first pass.
  1916.  
  1917. Thu Apr 27 14:22:50 1995  Michael Meissner  <meissner@cygnus.com>
  1918.  
  1919.     * i386/linux-oldld.h: New file, that is cloned from linux-aout.h,
  1920.     except that it does not pass -m i386linux to the linker.  This is
  1921.     to support the original Linux ld that is on most distributions.
  1922.  
  1923.     * configure (i[345]86-*-linux*oldld*): Use i386/linux-oldld.h as
  1924.     the target file.
  1925.  
  1926. Thu Apr 27 08:56:50 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  1927.  
  1928.     * tree.c (valid_machine_attribute): Update last change.
  1929.  
  1930. Thu Apr 27 08:06:33 1995  Philippe De Muyter (phdm@info.ucl.ac.be)
  1931.  
  1932.     * fix-header.c, cpplib.c: Don't include <sys/stat.h> twice.
  1933.     * cpplib.c (cpp_grow_buffer, init_parse_file): Cast {xmalloc,xrealloc}
  1934.     for token_buffer to U_CHAR* instead of char*.
  1935.  
  1936.     * m68k/x-mot3300: New file.
  1937.     * configure (m68k-motorola-sysv*): Use x-mot3300 instead of x-alloca.
  1938.  
  1939. Thu Apr 27 07:04:09 1995  Paul Eggert  <eggert@twinsun.com>
  1940.  
  1941.     * cccp.c (do_include): Fix minor memory leak.
  1942.  
  1943.     * cccp.c (struct argdata): Remove unused `comments' member.
  1944.     (macarg): Don't set `comments' member.
  1945.  
  1946.     * cccp.c (collect_expansion): Assume leading white space
  1947.     already removed.
  1948.     Don't allocate unnecessary space for expansion.
  1949.  
  1950.     * cccp.c (deps_output): Don't generate overly long output lines.
  1951.     Do not invoke self recursively with spacer == 0; this simplifies
  1952.     the code a bit.
  1953.  
  1954. Wed Apr 26 19:20:02 1995  Andrew McCallum  <mccallum@leopard.cs.rochester.edu>
  1955.  
  1956.     * objc/Object.h: Changed Class * to Class in order to match NEXTSTEP
  1957.     and OpenStep runtime.
  1958.     * objc/Object.m, objc/Object.h, objc/archive.c, objc/class.c: Likewise.
  1959.     * objc/encoding.c, objc/init.c, objc/objc-api.h, objc/objc.h: Likewise.
  1960.     * objc/objects.c, objc/runtime.h, objc/selector.c: Likewise.
  1961.     * objc/sendmsg.c, objc/typedstream.h: Likewise.
  1962.  
  1963. Wed Apr 26 19:18:52 1995  Pieter Schoenmakers  <tiggr@es.ele.tue.nl>
  1964.  
  1965.     * objc/objc-api.h (objc_static_instances): New struct to record
  1966.     static instances of a certain class.
  1967.     (objc_module): New tag STATICS to point to the table of
  1968.     objc_statics_instances.
  1969.  
  1970.     * objc/init.c (OBJC_VERSION): Version 7.
  1971.     (objc_init_statics): New function.
  1972.     (__objc_exec_class): Invoke objc_init_statics if needed.
  1973.  
  1974.     * objc/NXConstantString.m, objc/NXConstantString.h: New files.
  1975.     * objc/Makefile (OBJC_O): Added bare-bones implementation of
  1976.     NXConstantString.
  1977.  
  1978.     * objc-act.c (OBJC_VERSION): Version 7.
  1979.     (build_objc_string_object): Build a full declaration if not using
  1980.     the next runtime.
  1981.     (objc_add_static_instance): New function.
  1982.     (init_module_descriptor): Add reference to static instances table.
  1983.     (build_module_descriptor): Add field for static instances table.
  1984.     (get_objc_string_decl): New function.
  1985.     (generate_static_references): New function.
  1986.     (finish_objc): Call generate_static_references if needed.
  1987.  
  1988.     * c-tree.h (finish_decl_top_level): New declaration.
  1989.     * c-decl.c (finish_decl_top_level): New function.
  1990.  
  1991. Wed Apr 26 18:04:32 1995  Dirk Steinberg  (Dirk.Steinberg@gmd.de)
  1992.  
  1993.     * stddef.h: Treat _MACHINE_ANSI_H_ like _ANSI_H_.
  1994.  
  1995. Wed Apr 26 14:09:59 1995  Jim Wilson  <wilson@cygnus.com>
  1996.  
  1997.     * sparc.h (NEGTF2_LIBCALL): Define.
  1998.     (INIT_TARGET_OPTABS): Add support for all TFmode *_LIBCALL macros.
  1999.     * optabs.c (init_optabs): Delete all uses of undocumented TImode and
  2000.     TFmode *_LIBCALL macros.
  2001.  
  2002.     * combine.c (simplify_rtx, case TRUNCATE): Add.  Use force_to_mode.
  2003.     (force_to_mode, case AND): Allow some simplifications when GET_MODE (x)
  2004.     has more bits than HOST_BITS_PER_WIDE_INT.
  2005.     * mips/mips.md (truncdiqi2+[456]): Add patterns to simplify ZERO_EXTEND
  2006.     of a TRUNCATE.
  2007.  
  2008. Wed Apr 26 13:01:22 1995  Doug Evans  <dje@cygnus.com>
  2009.  
  2010.     * sparc.md (memop define_splits): Rewrite to not use memop.
  2011.     Preserve MEM_IN_STRUCT_P, MEM_VOLATILE_P, RTX_UNCHANGING_P bits.
  2012.     * sparc.c (memop): Deleted.
  2013.     (splittable_symbolic_memory_operand): New function.
  2014.     (splittable_immediate_memory_operand): New function.
  2015.  
  2016. Wed Apr 26 12:54:26 1995  Jeffrey A. Law  <law@snake.cs.utah.edu>
  2017.  
  2018.     * configure: Add hppa1.1-hp-lites support.
  2019.  
  2020. Wed Apr 26 08:04:46 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2021.  
  2022.     * sh.md (ashrsi2_31): Don't use dead_or_set_p after reload.
  2023.     * pyr.md: Remove bad peepholes that improperly use dead_or_set_p.
  2024.  
  2025.     * function.c (expand_function_end): Warn about unused parms
  2026.     if both -Wunused and -W.
  2027.  
  2028.     * tree.h (TYPE_PARSE_INFO): Delete unused field.
  2029.     (TYPE_PACKED): Add new macro.
  2030.     (struct tree_type): Delete unused field `parse_info'.
  2031.     Add new field `packed_flag'.
  2032.     * c-tree.h (finish_enum, finish_struct): Add ATTRIBUTES argument.
  2033.     * c-common.c (init_attributes): Don't require decl for A_PACKED.
  2034.     (decl_attributes, case A_PACKED): Set TYPE_PACKED for type.
  2035.     * c-parse.in: Update number of shift/reduce conflicts.
  2036.     (structsp): Pass attribute arg to finish_struct.
  2037.     Support attributes on enums and pass to finish_enum.
  2038.     * c-decl.c (finish_struct): Add ATTRIBUTES argument, call
  2039.     decl_attributes and set DECL_PACKED from TYPE_PACKED.
  2040.     (finish_enum): Add ATTRIBUTES argument, call decl_attributes,
  2041.     and make enum narrow if TYPE_PACKED.
  2042.     * print-tree.c (print_node): Print TYPE_PACKED.
  2043.  
  2044.     * c-decl.c (init_decl_processing): Don't give builtin__constant_p an
  2045.     argument type.
  2046.     * expr.c (expand_builtin, case BUILT_IN_CONSTANT_P): A pointer to a
  2047.     string constant is a constant.
  2048.  
  2049.     * c-typeck.c (output_init_element): Constructor is not simple if
  2050.     a bitfield is being assigned a non-integer.
  2051.  
  2052.     * c-typeck.c (push_init_level): Update constructor_depth when we
  2053.     push spelling level.
  2054.  
  2055. Tue Apr 25 19:50:06 1995  Jeffrey A. Law  <law@snake.cs.utah.edu>
  2056.  
  2057.     * pa.c (emit_move_sequence): Handle function label arithmetic for
  2058.     PIC code generation too.
  2059.  
  2060. Tue Apr 25 18:52:43 1995  Stephen R. van den Berg  (berg@pool.informatik.rwth-aachen.de)
  2061.  
  2062.     * reg-stack.c (current_function_returns_real): Deleted (unused).
  2063.     (FP_mode_reg): Trimmed to a smaller size, less overhead.
  2064.     (FP_MODE_REG): New macro over which FP_mode_reg will be accessed.
  2065.     (mark_regs_pat, straighten_stack): New functions.
  2066.     (reg_to_stack): Amend initialisation of FP_mode_reg.
  2067.     Mark FP registers mentioned in USE insns before NOTE_INSN_FUNCTION_BEG.
  2068.     (get_true_reg): Eliminate FP subreg accesses in favour of the
  2069.     actual FP register in use.
  2070.     (record_reg_life_pat): Make it work on SUBREGs as well.  Make use of
  2071.     the new mark_regs_pat function.  Handle USE insns if called unnested.
  2072.     (record_reg_life): Don't check for QImode again, we know that it
  2073.     is there.  Process CALL_INSNs like all other insns, they might `use'
  2074.     some FP argument registers if register passing.
  2075.     (stack_result_p): Changed in stack_result and returning an rtx.
  2076.     (stack_reg_life_analysis): Take a new stackentry state argument.
  2077.     Use stack_result and the rtx to mark using mark_regs_pat.  This ensures
  2078.     that types that need multiple FP registers are handled correctly.
  2079.     Delete the no_live_regs shortcut to save space.
  2080.     Use stackentry state to determine filled registers.
  2081.     (replace_reg): Accept COMPLEX_FLOAT as well.
  2082.     (move_for_stack_reg): Optimise away some pointer dereferencing.
  2083.     (subst_stack_regs): Make sure the stack is in the right order
  2084.     and of the right size for register passing.
  2085.     (goto_block_pat): Make sure the stack is in the right order
  2086.     to return possible multi-register values from the function.
  2087.     (convert_regs): Fix comment about CALL_INSN, it's no longer valid.
  2088.     Make sure the stack is of the right size and in the right order
  2089.     to return possible multi-register values from the function.
  2090.  
  2091.     * function.c (assign_parms): If STACK_REGS is defined, generate USE
  2092.     insns before the function body, thus showing which registers are filled
  2093.     with parameters.
  2094.     * expr.c (expand_builtin_apply_args): Likewise.
  2095.     Reverse order of saving registers, more compact code for i387.
  2096.     (expand_builtin_apply): Likewise.
  2097.     * emit-rtl.c (gen_highpart): Add comment about broken implementation.
  2098.     * i386.md (untyped_call): Make it return a complex double.
  2099.  
  2100.         * c-parse.in (attrib): Permit null-length argument list to attributes.
  2101.  
  2102.     * tree.c (valid_machine_attribute): Use new function attribute_in_list,
  2103.     makes sure type_attribute_variants are reused even when attributes have
  2104.     parameters.
  2105.     Assign any new type to TREE_TYPE (decl).
  2106.     (attribute_in_list): New function.
  2107.     (attribute_list_contained): Use it.
  2108.     * tree.h (attribute_in_list): New declaration.
  2109.  
  2110. Tue Apr 25 18:25:53 1995  Jim Wilson  <wilson@cygnus.com>
  2111.  
  2112.     * expr.c (struct move_by_pieces): Add to_struct and from_struct fields.
  2113.     (move_by_pieces): Set to_struct and from_struct fields.
  2114.     (move_by_pieces_1): Set MEM_IN_STRUCT_P of to1 and from1.
  2115.     (expand_builtin, case BUILT_IN_MEMCPY): New variable type.
  2116.     Set MEM_IN_STRUCT_P of src_mem and dest_mem.
  2117.  
  2118.     * Makefile.in (clean): Delete libgcc1-asm.a.
  2119.  
  2120.     * m68k/vxm68k.h (CPP_SPEC): Define.
  2121.  
  2122.     * c-decl.c (pushdecl): Don't test DECL_EXTERNAL when deciding whether
  2123.     to register a duplicate decl in the current block.
  2124.  
  2125.     * cross64.h (INIT_ENVIRONMENT): Define as string not putenv call.
  2126.     * gcc.c (main): Pass INIT_ENVIRONMENT to putenv.
  2127.  
  2128.     * stmt.c (expand_return): When returning BLKmode structure in
  2129.     registers, copy it to a psuedo-reg instead of to hard registers.
  2130.  
  2131. Tue Apr 25 15:14:58 1995  Michael Meissner  <meissner@cygnus.com>
  2132.  
  2133.     * rs6000.h (LEGITIMIZE_ADDRESS): Don't create a DF address using two
  2134.     regs if -msoft-float or -mcpu=403.
  2135.  
  2136. Tue Apr 25 15:45:44 1995  Richard Henderson  (richard@atheist.tamu.edu)
  2137.  
  2138.     * m68k.md (divhi3, udivhi3, modhi3, umodhi3): Deleted
  2139.     these insns plus some surrounding trash.
  2140.      (divmodhi4, udivmodhi4): Added these insns.
  2141.  
  2142. Tue Apr 25 10:12:40 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2143.  
  2144.     * alpha.c (alpha_builtin_saveregs): Refine last change to work
  2145.     for both stdarg and varargs.
  2146.  
  2147.     * tree.c (chain_member_purpose): Make similar to chain_member_value.
  2148.  
  2149.     * Makefile.in, configure: Change "realclean" to "maintainer-clean".
  2150.  
  2151.     * protoize.c: Removed __NetBSD__ from conditional.
  2152.     Declare strerror if HAVE_STRERROR is defined; otherwise
  2153.     declare sys_errlist and sys_nerr.
  2154.     (my_strerror): New function.
  2155.     (errno): Don't define if already defined as a macro.
  2156.     
  2157.     * alpha.c (current_file_function_operand): Return false if profiling.
  2158.  
  2159.     * expr.c (convert_move): Don't access a hard reg in an invalid
  2160.     mode when doing a truncation.
  2161.  
  2162.     * alpha.c (add_operand): Test for exactly the constants allowed by
  2163.     the constraints.
  2164.     * alpha.h (CONST_OK_FOR_LETTER_P, case 'L'): Reject 0x80000000.
  2165.  
  2166.     * c-parse.in (initdcl, notype_initdcl): Pass attributes to
  2167.     start_decl; delete call to decl_attributes.
  2168.     * c-tree.h (start_decl): Two new tree parameters.
  2169.     * c-decl.c (start_decl): New args for attributes; call decl_attributes.
  2170.  
  2171.     * c-decl.c (duplicate_decls): Don't look at TYPE_ACTUAL_ARG_TYPES
  2172.     if it is not set.
  2173.  
  2174.     * xm-1750a.h: New file.
  2175.  
  2176.     * alpha.c (alpha_builtin_saveregs): Add to incoming args addr
  2177.     if less than 6 named args, not less than or equal to.
  2178.  
  2179. Mon Apr 24 15:25:19 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2180.  
  2181.     * mips-tfile.c (fatal, error): Make first arg const to avoid warning.
  2182.  
  2183.     * stmt.c (expand_end_bindings): Write a BARRIER after call
  2184.     to abort in nonlocal handler.
  2185.  
  2186.     * stmt.c (expand_decl_init): Call preserve_temp_slots to keep
  2187.     around any temp whose address was taken.
  2188.  
  2189. Fri Apr 21 16:26:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
  2190.  
  2191.     * pa.md (call_internal_reg): Fix typos in length calculation.
  2192.     (call_value_internal_reg): Likewise.
  2193.  
  2194. Fri Apr 21 13:17:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  2195.  
  2196.     * config/gnu.h (STANDARD_INCLUDE_DIR): New macro.
  2197.     * config/mips/gnu.h (STANDARD_INCLUDE_DIR): Macro moved there.
  2198.  
  2199. Fri Apr 21 08:23:58 1995  Tom Quiggle  (quiggle@lovelace.engr.sgi.com)
  2200.  
  2201.     * toplev.c (lang_options): Add -I for GNAT.
  2202.     * gcc.c (default_compilers): Pass -I to gnat1.
  2203.  
  2204. Fri Apr 21 07:58:06 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2205.  
  2206.     * tree.c (integer_all_onesp): Test to size of mode, not TYPE_PRECISION.
  2207.  
  2208.     * toplev.c (main): Turn on -fforce-mem for -O2.
  2209.  
  2210.     * fold-const.c ([lr]rotate_double): Replace; old versions were bogus.
  2211.     (fold, shift and rotate): Don't call tree_int_cst_sgn on non-integer.
  2212.     (fold, case LROTATE_EXPR): If constant count, convert to RROTATE_EXPR.
  2213.     (fold, case RROTATE_EXPR): Sometimes commute logical op with rotate.
  2214.     Delete pair of counteracting shifts.
  2215.  
  2216.     * combine.c (simplify_logical, case AND): If still an AND, get
  2217.     new values for op0 and op1.
  2218.  
  2219. Thu Apr 20 17:52:10 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
  2220.  
  2221.     * sh.c: Completely rewritten.
  2222.     * sh.h (FAST_BIT, CONSTLEN_2_BIT, CONSTLEN_3_BIT, CONSTLEN_0_BIT,
  2223.     TARGET_FASTCODE, TARGET_CLEN3, TARGET_CLEN0, TARGET_OPTIONS): Delete.
  2224.     (TARGET_SWITCHES): Delete -mclen3 and -mclen0 options.
  2225.     (TARGET_DEFAULT): Is zero.
  2226.     (OVERRIDE_OPTIONS): Delete code to set max_count_si and max_count_hi.
  2227.     (SPECIAL_REG): New macro.
  2228.     (HARD_REGNO_MODE_OK): Allow any mode in any general register.
  2229.     (GO_IF_LEGITIMATE_ADDRESS): Delete constant + reg address case.
  2230.     (MOVE_RATIO): Define to 2 when TARGET_SMALLCODE.
  2231.     (max_si, max_hi, max_count_si, max_count_hi): Delete.
  2232.     * sh.md: Delete spurious constraints from all define_expands.
  2233.     (rotlsi3_1): Set T reg instead of clobbering it.
  2234.     (ashrsi3): Use expand_ashiftrt instead of gen_shifty_op.
  2235.     (movsi_i, movhi_i, movsf_i): Add conditions to reject patterns
  2236.     needing a reload.
  2237.     (movdi-2, movdf_k): Correct conditions to reject patterns needing
  2238.     a reload.
  2239.     ([inverse_]branch_{true,false}): Pass operands to output_branch.
  2240.     (jump): Delete unnecessary braces.
  2241.     (call, call_value): Don't use expand_acall.  Force operand0 into
  2242.     a register.
  2243.  
  2244. Thu Apr 20 12:57:16 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  2245.  
  2246.     * function.c (assign_parms): Use TREE_ADDRESSABLE rather than
  2247.         TYPE_NEEDS_CONSTRUCTING to decide whether a parameter needs to be
  2248.         passed by invisible reference.
  2249.  
  2250.     * calls.c (expand_call): Ditto.  Abort if we try to pre-evaluate a
  2251.         parameter of TREE_ADDRESSABLE type.
  2252.  
  2253. Wed Apr 19 17:50:24 1995  Torbjorn Granlund  <tege@cygnus.com>
  2254.  
  2255.     * pa.h (TARGET_SWITCHES): Fix typo.
  2256.  
  2257. Tue Apr 18 18:06:03 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  2258.  
  2259.     * expr.c (store_constructor):  Use BYTES_BIG_ENDIAN rather
  2260.     than BITS_BIG_ENDIAN to layout bits within bitstring.
  2261.     * tree.c (get_set_constructor_bytes):  Likewise.
  2262.  
  2263. Tue Apr 18 17:22:46 1995  Per Bothner  (bothner@wombat.gnu.ai.mit.edu)
  2264.  
  2265.     * config/m68k/{x-hp320,x-hp320g} (FIXPROTO_DEFINES):
  2266.     Define _HPUX_SOURCE so putenv and other functions get seen.
  2267.  
  2268. Tue Apr 18 03:57:35 1995  Michael Meissner  (meissner@cygnus.com)
  2269.  
  2270.     * varasm.c (weak_decls): Make this a unique structure, instead of
  2271.     a tree structure.
  2272.     (handle_pragma_weak): Don't redeclare asm_out_file.  Use new weak
  2273.     structure to copy name and value to.  Protect name and value by
  2274.     copying them to the permanent obstack.
  2275.     (declare_weak): Call handle_pragma_weak, instead of duplicating
  2276.     the code.
  2277.     (finish_weak): Rewrite to use new weak symbols list structure.
  2278.  
  2279.     * c-pragma.h: New file to define the c-pragma.c interfaces.
  2280.     * c-pragma.c: Include it.
  2281.     * varasm.c: Include it.
  2282.     * c-lex.c: Include it.
  2283.     * cp/lex.c: Include it.
  2284.  
  2285.     * varasm.c (handle_pragma_weak): No longer pass output file
  2286.     stream, since weak pragmas are delayed until the end of the
  2287.     compilation.
  2288.     * c-pragma.c (handle_pragma_token): Call handle_pragma_weak
  2289.     without file stream argument.
  2290.  
  2291.     * Makefile.in (varasm.o, c-lex.o, c-pragma.o): Add dependencies on
  2292.     c-pragma.h.
  2293.  
  2294.     * config/rs6000.md (movdf): If -msoft-float, do not generate
  2295.     memory to memory references, like is already done for the
  2296.     -mhard-float case.  Remove an extra test for -mhard-float inside
  2297.     of -mhard-float code.
  2298.  
  2299. Tue Apr 18 06:19:50 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2300.  
  2301.     * fold-const.c (size_int): Arg is unsigned HOST_WIDE_INT.
  2302.     * tree.h (size_int): Likewise.
  2303.  
  2304. Mon Apr 17 23:36:57 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  2305.  
  2306.     * rs6000/aix41.h: Restore March 11th changes, plus
  2307.         (ASM_OUTPUT_EXTERNAL): Do add [DS] or [RW], just don't emit
  2308.         anything.
  2309.     * rs6000/aix3newas.h (ASM_OUTPUT_EXTERNAL): Ditto.
  2310.  
  2311. Mon Apr 17 15:58:52 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  2312.  
  2313.     * config/mips/x-iris (FIXPROTO_DEFINES):  Add -D_LANGUAGE_C_PLUS_PLUS.
  2314.     * config/mips/x-iris6:  Likewise.
  2315.  
  2316.     * cpplib.c:  Rename  make_definition to cpp_define.
  2317.     * cpplib.h (cpp_define):  New declaration.
  2318.  
  2319.     * cpplib.c (special_symbol):  For T_SPECLINE, calculate __LINE__
  2320.     in enclosing file buffer, not current buffer (if macro expanding).
  2321.     (cpp_get_token):  Fix thinko (in code for chopping unneeded space).
  2322.  
  2323. Mon Apr 17 11:36:07 1995  Jim Wilson  <wilson@cygnus.com>
  2324.  
  2325.     * abi64.h (CPP_SPECS): Define and use _ABI64 instead of
  2326.     _MIPS_SIM_ABI64.
  2327.     (SETUP_INCOMING_VARARGS): Set MEM_IN_STRUCT_P if big endian target.
  2328.     * iris6.h (ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Define.
  2329.  
  2330.     * combine.c (get_last_value): Ignore BARRIER when scanning backwards.
  2331.     (move_deaths): New variables before_dead and after_dead.  Set them
  2332.     to instructions that have valid INSN_CUID values and use in test.
  2333.  
  2334.     * combine.c (subst_prev_insn): New variable.
  2335.     (try_combine): Set it.
  2336.     (get_last_value): Use it.
  2337.  
  2338.     * reload.c (find_reloads): Recompute reg_equiv_address from
  2339.     reg_equiv_memory_loc before using it.
  2340.     (find_reloads_toplev, make_memloc): Likewise.
  2341.  
  2342.     * expr.c (expand_builtin, case BUILT_IN_MEMCPY): Call force_operand
  2343.     on dest_rtx before returning it.
  2344.  
  2345.     * function.c (instantiate_decls): Use temporary allocation if
  2346.     DECL_DEFER_OUTPUT is set.
  2347.  
  2348. Sat Apr 15 23:19:03 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  2349.  
  2350.     * aoutos.h (ASM_OUTPUT_DEF): Define instead of SET_ASM_OP.
  2351.     * sparc/sunos4.h (ASM_OUTPUT_DEF): Ditto.
  2352.  
  2353.     * varasm.c (weak_finish): Don't handle aliases.
  2354.     (declare_weak): Ditto.
  2355.     (assemble_alias): Handle aliases.
  2356.  
  2357.     * c-common.c (enum attrs): Add A_ALIAS.
  2358.     (init_attributes): Ditto.
  2359.     (decl_attributes): Ditto.
  2360.  
  2361. Sat Apr 15 13:26:34 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2362.  
  2363.     * calls.c (expand_call): Call preserve_temp_slots on temps
  2364.     made for BLKmode args returned in registers.
  2365.  
  2366.     * pa.c (override_options): Fix typo.
  2367.  
  2368. Sat Apr 15 12:11:46 1995  Brendan Kehoe  <brendan@cygnus.com>
  2369.  
  2370.     * alpha/alpha.c (output_epilog): Initialize fp_offset to 0, and
  2371.     make sure it's non-zero before we try to use it to restore the
  2372.     frame pointer.
  2373.  
  2374. Fri Apr 14 19:45:05 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  2375.  
  2376.     * ginclude/va-{clipper,pa,pyr,sparc,spur}.h (va_arg): Reorganize
  2377.         to avoid BIND_EXPRs and COND_EXPRs of aggregate type.
  2378.  
  2379. Fri Apr 14 19:31:14 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  2380.  
  2381.     * config/svr4.h (ASM_OUTPUT_SECTION_NAME): Make the section
  2382.      read-only executable "ax" if DECL is a FUNCTION_DECL; read-only
  2383.      "a" (previously the case always) if DECL is TREE_READONLY;
  2384.      otherwise writable "aw".
  2385.  
  2386. Fri Apr 14 18:49:11 1995  Linus Torvalds  <Linus.Torvalds@cs.Helsinki.FI>
  2387.  
  2388.     * alpha.md (probe_stack): Probe with write, not read. 
  2389.     (allocate_stack): Update and correct stack probe code.
  2390.     * alpha.c (output_prolog): Changed stack probe at function entry.
  2391.  
  2392. Fri Apr 14 18:42:34 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2393.  
  2394.     * jump.c (delete_insn): When deleting after label, delete
  2395.     a BARRIER as well.
  2396.  
  2397. Fri Apr 14 14:40:48 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  2398.  
  2399.     * toplev.c (compile_file): Call weak_finish.
  2400.  
  2401.     * c-common.c (enum attrs): Add A_WEAK.
  2402.     (init_attributes): Ditto.
  2403.     (decl_attributes): Support __attribute__ ((weak)) by
  2404.         calling declare_weak.
  2405.  
  2406.     * sparc/sunos4.h (HANDLE_PRAGMA_WEAK, WEAK_ASM_OP, SET_ASM_OP):
  2407.         Define to support weak symbols with -fgnu-linker.
  2408.     * aoutos.h: Ditto.
  2409.  
  2410.     * varasm.c (handle_pragma_weak): Add declared weak symbols to
  2411.         weak_decls rather than emitting them immediately.
  2412.     (declare_weak): Add the indicated declaration to weak_decls.
  2413.     (weak_finish): Emit .weak directives for any weak symbols.
  2414.  
  2415.     * libgcc2.c: The C++ free-store management functions are weak.
  2416.  
  2417. Fri Apr 14 13:00:29 1995  Michael Meissner  (meissner@cygnus.com)
  2418.  
  2419.     * rs6000/rs6000.c (output_prolog): For eabi systems, emit main's
  2420.     call to __eabi before setting up the minimal TOC used with the
  2421.     -mrelocatable support.
  2422.  
  2423.     * rs6000/eabi.h (INVOKE__main): Don't define any more,
  2424.     output_prolog will emit the call.
  2425.  
  2426. Fri Apr 14 09:09:03 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2427.  
  2428.     * alpha.c (call_operand): Any reg is valid for NT.
  2429.     (output_prologue): Never need GP for Windows/NT.
  2430.     Set SYMBOL_REF_FLAG in current function decl.
  2431.  
  2432. Thu Apr 13 20:19:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  2433.  
  2434.     * alpha/xm-alpha.h (HAVE_VPRINTF): Define.
  2435.     (HAVE_PUTENV): Define.
  2436.     (POSIX): Define.
  2437.  
  2438. Thu Apr 13 19:57:44 1995  Doug Evans  <dje@cygnus.com>
  2439.  
  2440.     * emit-rtl.c (gen_sequence): If the insn has a non-null
  2441.     CALL_INSN_FUNCTION_USAGE field, output it as a sequence so the
  2442.     latter isn't discarded.
  2443.  
  2444.     * c-parse.in: Update expected conflict count.
  2445.  
  2446. Thu Apr 13 08:10:20 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2447.  
  2448.     * configure.bat: Arg 2 is which machine (i386 or alpha).
  2449.     * configure (alpha-*-winnt3*): New configuration.
  2450.     * alpha.c: Don't #include stamp.h for WINNT.
  2451.     (input_operand, case CONST): Allow ptr_mode and DImode.
  2452.     * alpha.h (WINDOWS_NT): Provide default definition.
  2453.     (ASM_OUTPUT_INT): Use output_addr_const.
  2454.     (ASM_OUTPUT_ADDR_DIFF_ELT): Use .long for NT.
  2455.     * alpha.md (calll, tablejump, movsi): New variants for NT.
  2456.     * alpha/winnt.h, alpha/xm-winnt.h, alpha/x-winnt: New files.
  2457.     * alpha/config-nt.bat, alpha/config-nt.sed: New files.
  2458.     * i386/config-nt.bat: Add Ada fragments to Makefile.
  2459.     * i386/config-nt.sed: Adjust for deletion of config.run in Makefile.in
  2460.     Change version to 2.6.3.
  2461.     Add some missing tabs.
  2462.     * winnt/winnt.h (TARGET_MEM_FUNCTIONS): Define.
  2463.     (LINK_SPEC): Delete "align:0x1000".
  2464.     * winnt/xm-winnt.h (OBJECT_SUFFIX): Define.
  2465.     * ginclude/stdarg.h, ginclude/varargs.h: Clean up code that
  2466.     defines *DEFINED* symbols.
  2467.  
  2468.     * configure (a29k-*-sym1*): Same as a29k-*-bsd*.
  2469.     * a29k.h (ASM_OUTPUT_SECTION_NAME): New macro.
  2470.  
  2471. Wed Apr 12 14:36:03 1995  Jim Wilson  <wilson@cygnus.com>
  2472.  
  2473.     * dbxout.c (dbxout_type_fields): Correct arguments to CHARS macro
  2474.     in flag_minimal_debug case.
  2475.     (dbxout_symbol_name): Use DECL_ASSEMBLER_NAME unconditionally.
  2476.     * sdbout.c (sdbout_record_type_name): Correct indentation.
  2477.     (sdbout_symbol): Use DECL_ASSEMBLER_NAME unconditionally.
  2478.     (sdbout_one_type): Likewise.
  2479.  
  2480. Tue Apr 11 13:24:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  2481.  
  2482.     * fix-header.c (main):  Fix loop over required_functions_list.
  2483.     (fatal):  Also print inc_filename.
  2484.  
  2485.     * cpplib.c (cpp_push_buffer):  Added missing initializatuon of buf.
  2486.     (cpp_file_buffer):  Compare against CPP_NULL_BUFFER, not NULL.
  2487.     (finclude):  No longer call cpp_push_buffer - let callers do it.
  2488.     (do_include):  Add call to cpp_push_buffer.
  2489.     (push_parse_file):  Call cpp_push_buffer early, so initial
  2490.     defines can use file and line from a valid cpp_buffer.
  2491.     (nreverse_pending):  New function.
  2492.     (push_parse_file):  Use nreverse_pending.
  2493.     (push_parse_file):  For -include files, just push them in reverse
  2494.     order - we don't need to scan them now.
  2495.     (cpp_error_from_errno, cpp_perror_with_name):  Don't emit extra '\n'.
  2496.  
  2497. Tue Apr 11 13:36:44 1995  Jim Wilson  <wilson@cygnus.com>
  2498.  
  2499.     * configure (mips-dec-mach3): Add.
  2500.  
  2501.     * sh.c (shiftby_operand): Delete.
  2502.     * sh.h (TARGET_SWITCHES): -m3 and -m3l also set SH2_BIT.
  2503.     (OVERRIDE_OPTIONS): Don't add CPU_SH2 to CPU_SH3 when TARGET_SH3.
  2504.     * sh.md (ashlsi3): Use nonmemory_operand as a predicate instead of
  2505.     shiftby_operand.  Don't use shiftby_operand in the output statement.
  2506.     (lshrsi3): Likewise.
  2507.  
  2508.     * c-decl.c (poplevel): Do output inline function if
  2509.     DECL_ABSTRACT_ORIGIN points to itself.
  2510.  
  2511.     * varasm.c (output_constant): Cast assemble_string argument to char *.
  2512.  
  2513. Mon Apr 10 14:29:28 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
  2514.  
  2515.     * recog.c (constrain_operands, case 'E'): Make this work like
  2516.     constraint character `F' when REAL_ARITHMETIC is defined.
  2517.     * regclass.c (record_reg_classes, case 'E'): Likewise.
  2518.     * reload.c (find_reloads, case 'E'): Likewise.
  2519.  
  2520. Mon Apr 10 14:30:31 1995  Michael Meissner  <meissner@cygnus.com>
  2521.  
  2522.     * rs6000/aix3newas.h, rs6000/aix41.h: Eliminate March 11th changes
  2523.     to undefine ASM_OUTPUT_EXTERNAL{,_LIBCALL}, since this causes the
  2524.     compiler not to bootstrap.
  2525.  
  2526. Mon Apr 10 07:17:39 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2527.  
  2528.     * cppalloc.c: #include config.h.
  2529.     * cppexp.c: Add declarations of xmalloc and xrealloc.
  2530.     (cpp_parse_expr): Cast args to bcopy to char *.
  2531.     * cpphash.c: Add declaration of xmalloc.
  2532.     * cpplib.c (init_parse_options, cpp_reader): Cast args to bcopy,
  2533.     bcmp, and bzero to char *.
  2534.     (add_import, push_parse_file, init_parse_file): Likewise.
  2535.  
  2536.     * c-common.c (enum attrs): New attribute, A_NOCOMMON.
  2537.     (init_attribute): Initialize it.
  2538.     (decl_attributes): Implement it.
  2539.     * varasm.c (make_decl_rtl): Allow section attribute if -fno-common
  2540.     or variable is not to be placed in common for some other reason.
  2541.  
  2542.     * combine.c (simplify_set): Don't move a SUBREG to dest if it
  2543.     is changing the size of a hard reg in CLASS_CANNOT_CHANGE_SIZE.
  2544.  
  2545.     * reload.c (find_equiv_reg): If goal is a pseudo that got memory,
  2546.     a store into memory makes it invalid.
  2547.     * reload1.c (reload_as_needed): Call forget_old_reloads_1 on
  2548.     pattern before reg elimination.
  2549.  
  2550. Mon Apr 10 00:26:14 1995  Jeffrey A. Law  <law@snake.cs.utah.edu>
  2551.  
  2552.     * pa.c (pa_reorg): Bump label use count for each entry in an
  2553.     exploded ADDR_VEC.
  2554.  
  2555. Sun Apr  9 09:22:51 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2556.  
  2557.     * i386.md (adddi3, subdi3): Need scratch reg whenever operand 0 in
  2558.     mem and operands 1 not '0'.
  2559.     (subdi3): Don't treat two non-equal MEMs as non-aliasing.
  2560.  
  2561. Sat Apr  8 22:53:38 1995  Jeffrey A. Law  <law@snake.cs.utah.edu>
  2562.  
  2563.     * pa.c (pa_reorg): Fix typo.
  2564.  
  2565. Sat Apr  8 19:36:36 1995  Michael Meissner  <meissner@cygnus.com>
  2566.  
  2567.     * rs6000/rs6000.h (SELECT_SECTION): TREE_CODE_CLASS must be called
  2568.     with a tree code, not a tree value.
  2569.  
  2570. Sat Apr  8 12:41:01 1995  Mike Stump  <mrs@cygnus.com>
  2571.  
  2572.     * cpphash.c: Don't use const on compilers that don't support it.
  2573.  
  2574. Sat Apr  8 16:32:22 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2575.  
  2576.     * expr.c (expand_increment): Handle case where INCREMENTED
  2577.     has a non-trivial conversion.
  2578.  
  2579. Fri Apr  7 19:33:21 1995  Phil Nelson  (phil@cs.wwu.edu)
  2580.  
  2581.     * ns32k.h (TRAMPOLINE_TEMPLATE, TRANSFER_FROM_TRAMPOLINE):
  2582.     Fix assembler syntax errors.
  2583.  
  2584. Fri Apr  7 19:27:23 1995  Pat Rankin  (rankin@eql.caltech.edu)
  2585.  
  2586.     * cccp.c (VMS_fstat, VMS_stat):  New functions.
  2587.  
  2588. Fri Apr  7 19:25:21 1995  Paul Eggert  <eggert@twinsun.com>
  2589.  
  2590.     * cccp.c (collect_expansion): If traditional, set stringify
  2591.     member to SHARP_TOKEN regardless of the value of
  2592.     stringify_sharp_token_type.
  2593.  
  2594. Fri Apr  7 07:48:35 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2595.  
  2596.     * cse.c (simplify_unary_operation): #ifdef POINTERS_EXTEND_UNSIGNED,
  2597.     handle sign- or zero-extending addresses.
  2598.  
  2599.     * optabs.c (init{,_integral,_floating,_complex}_libfuncs):
  2600.     Change SUFFIX to "char" to avoid confusion with prototype.
  2601.  
  2602.     * explow.c (convert_memory_address): No longer static.
  2603.     New arg, TO_MODE.
  2604.     Do something special for SYMBOL_REF, LABEL_REF, and CONST.
  2605.     (memory_address): Add extra arg to call to convert_memory_address.
  2606.     * rtl.h (convert_memory_address): Add extra arg.
  2607.     * expr.c (expand_expr, case ADDR_EXPR): Always call
  2608.     convert_memory_address when converting; add extra arg.
  2609.     * stmt.c (expand_computed_goto): Convert from ptr_mode to Pmode.
  2610.  
  2611.     * gcc.c (OBJECT_SUFFIX): Default now ".o", not "o".
  2612.     (all specs): Remove "." before %O; use %O in a few missing cases.
  2613.     * i386/os2.h (OBJECT_SUFFIX): Delete from here.
  2614.     * i386/xm-os2.h (OBJECT_SUFFIX): Move to here; now has period.
  2615.  
  2616.     * Makefile.in (STAGESTUFF): Use $(exeext) for executables.
  2617.  
  2618. Fri Apr  7 03:32:29 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  2619.  
  2620.     * config.sub: Accept -lites* as op sys.
  2621.  
  2622. Thu Apr  6 23:08:50 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  2623.  
  2624.     * cpplib.c (bcopy, bzero, bcmp):  Remove #undefs.
  2625.     * cppalloc.c (xcalloc):  Re-implement using calloc,
  2626.     rather than malloc+bzero.
  2627.     * cpplib.c (SELF_DIR_DUMMY):  New macro.
  2628.     (do_include):  Don't pass searchptr to finclude if it is dsp,
  2629.     since that is on the stack, and would cause a dangling pointer.
  2630.     If handling #include_next, recognize SELF_DIR_DUMMY.
  2631.  
  2632. Fri Apr  7 00:54:24 1995  Jeffrey A. Law  <law@snake.cs.utah.edu>
  2633.  
  2634.     * pa.h (MACHINE_DEPENDENT_REORG): Define.
  2635.     * pa.md (switch_jump): New pattern for jumps which implement
  2636.     a switch table.
  2637.     * pa.c (pa_reorg): New function to explode jump tables.
  2638.     (pa_adjust_insn_length): Account for jumps in switch tables with
  2639.     unfilled delay slots.
  2640.  
  2641. Thu Apr  6 14:31:10 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  2642.  
  2643.     * c-typeck.c (build_binary_op): Don't call common_type for
  2644.         uncommon pointer types.
  2645.  
  2646. Wed Apr  5 13:53:17 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  2647.  
  2648.     Re-write fixproto/fix-header/etc to use cpplib:
  2649.     * fix-header.c:  Comment out support for adding missing extern "C"
  2650.     using #ifdef ADD_MISSING_EXTERN_C instead of #if 0.
  2651.     * fixproto:  Removed case of required functions.   Instead use ...
  2652.     * fix-header.c (std_include_table):  ... new required-functions table.
  2653.     (cpp_file_line_for_message, cpp_print_containing_files, cpp_message):
  2654.     New stub functions, to intercept cpplib error message.
  2655.     * fixproto:  Don't call $CPP, since fix-header now incorporates cpplib.
  2656.     * gen-protos.c (fatal, hashf):  New functions.
  2657.     (main):  Use hashf, instead of hash.
  2658.     * scan-decls.c (scan_decls, skip_to_closing_brace):  Re-write to
  2659.     take a cpp_reader* as argument, not a FILE*.
  2660.     * scan.h (hash):  Make parameter const.
  2661.     * scan.c (hash):  Removed.
  2662.     * scan.c (memory_full, xmalloc, xrealloc):  Removed.
  2663.     Use functions from cppalloc.c instead.
  2664.     * Makefile.in (gen-prtos, fix-header, stmp-fixproto):  Update.
  2665.  
  2666. Wed Apr  5 13:24:14 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  2667.  
  2668.     * cpplib.c (cpp_get_token): If traditional, return after comment,
  2669.     instead of reading more, so end-of-line can be peeked at.
  2670.     * cpperror.c (cpp_file_line_for_message, cpp_message):  New
  2671.     functions, that do the actual printing of error messages.
  2672.     (cpp_print_file_and_line, cpp_error, cpp_warning, cpp_pedwarn,
  2673.     cpp_error_with_line, cpp_warning_with_line, cpp_pedwarn_with_line,
  2674.     cpp_pedwarn_with_file_and_line, cpp_error_from_errno, my_strerror,
  2675.     cpp_perror_with_name):  Re-write to use cpp_file_line_for_message
  2676.     and cpp_message, and move to cpplib.c.
  2677.  
  2678. Tue Apr  4 23:35:49 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  2679.  
  2680.     * config/gnu.h (GNU_CPP_PREDEFINES): Remove -D__HURD__.
  2681.  
  2682. Tue Apr  4 17:15:54 1995  Jeffrey A. Law  <law@mole.gnu.ai.mit.edu>
  2683.  
  2684.     * pa.h (DO_GLOBAL_DTORS_BODY): Fix pointer -> integer assignment
  2685.     problem.
  2686.  
  2687.     * reorg.c (fill_simple_delay_slots): Don't use a JUMP_INSN
  2688.     a the target of another JUMP_INSN to fill a delay slot.
  2689.  
  2690. Mon Apr  3 19:03:48 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
  2691.  
  2692.     * cse.c (simplify_unary_operation): Sign-extend constants when
  2693.     they have the most significant bit set for the target.
  2694.  
  2695.     * m68k.md (umulsi3_highpart): Test for CONST_INT and CONST_DOUBLE,
  2696.     not CONSTANT_P.
  2697.     (smulsi3_highpart): Likewise.
  2698.     * m68k.c (const_uint32_operand): New function.
  2699.     (const_sint32_operand): New function.
  2700.     * m68k.md (const_umulsi3_highpart): Use const_uint32_operand instead
  2701.     of immediate_operand for op3.  Delete mode.
  2702.     (const_smulsi3_highpart): Analogous change.
  2703.  
  2704. Mon Apr  3 19:03:48 1995  Jim Wilson  <wilson@cygnus.com>
  2705.  
  2706.     * cse.c (simplify_binary_operation): Sign-extend constants when
  2707.     they have the most significant bit set for the target.
  2708.  
  2709.     * combine.c (force_to_mode, case PLUS): Sign extend masks that are
  2710.     negative in OP_MODE.
  2711.     (simplify_and_const_int): Sign-extend constants when they have the
  2712.     most significant bit set for the target.
  2713.     (merge_outer_ops): Likewise.
  2714.     (simplify_shift_const): Likewise.
  2715.  
  2716. Mon Apr  3 18:23:48 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  2717.  
  2718.     * toplev.c (lang_options): Add -f{no-,}repo.
  2719.  
  2720. Mon Apr  3 18:13:15 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2721.  
  2722.     * combine.c (nonzero_bits, case REG): Check POINTERS_EXTEND_UNSIGNED.
  2723.     (num_sign_bit_copies, case REG): Likewise.
  2724.     * explow.c (convert_memory_address): New function.
  2725.     (memory_address): Call if it needed.
  2726.     (promote_mode, case POINTER_TYPE): Use Pmode and pointer extension.
  2727.     (allocate_dynamic_stack_space): Convert size from ptr_mode.
  2728.     * expr.c (clear_storage, expand_assignment, store_{expr,constructor}):
  2729.     Use ptr_mode instead of Pmode in some places.
  2730.     (expand_expr, expand_builtin): Likewise.
  2731.     (push_block, store_expr): Convert size to Pmode.
  2732.     (expand_expr, case ADDR_EXPR): Convert from Pmode to ptr_mode.
  2733.  
  2734. Mon Apr  3 18:00:52 1995  Jim Wilson  <wilson@cygnus.com>
  2735.  
  2736.     * explow.c (allocate_dynamic_stack_space): Correct typo in last
  2737.     change.
  2738.  
  2739.     * sh.c (gen_shifty_op, case ASHIFTRT): Return 0 if shift count is not
  2740.     a constant.
  2741.  
  2742. Mon Apr  3 12:17:10 1995  Michael Meissner  (meissner@cygnus.com)
  2743.  
  2744.     * expmed.c (extract_bit_field): When converting a SUBREG into a
  2745.     REG, if the system is big endian, adjust the bit offset
  2746.     appropriately.
  2747.  
  2748. Mon Apr  3 00:08:45 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  2749.  
  2750.     * config/i386/linux.h: Include "config/linux.h" instead of
  2751.      "linux.h", to avoid recursion.
  2752.  
  2753. Sun Apr  2 23:50:27 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  2754.  
  2755.     * config/i386/gnuelf.h: Include i386/linux.h instead of
  2756.      i386/linuxelf.h.
  2757.  
  2758. Sun Apr  2 17:35:10 1995  Jim Wilson  <wilson@cygnus.com>
  2759.  
  2760.     * cse.c (simplify_relational_operation): Don't simplify A-B for
  2761.     compare of A and B when the compare is unsigned.
  2762.  
  2763. Sun Apr  2 08:23:38 1995  Paul Eggert  <eggert@twinsun.com>
  2764.  
  2765.     * fixincludes (stdio.h): BSDI 2.0 changed the spelling of _VA_LIST_
  2766.     to _BSD_VA_LIST_.
  2767.  
  2768. Sun Apr  2 07:57:28 1995  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
  2769.  
  2770.     * i386/xm-bsd386.h: New file.
  2771.     * configure (i[345]86-*-bsd*): Add xm_file.
  2772.  
  2773.     * gcc.c (default_compilers): Pass -W and -w to gnat1.
  2774.  
  2775.     * winnt/winnt.h (STDC_VALUE): Add #undef.
  2776.     * i386/winnt.h (LIB_SPEC): Likewise.
  2777.  
  2778. Sun Apr  2 07:55:25 1995  Douglas Rupp  (drupp@cs.washington.edu)
  2779.  
  2780.     * i386/winnt.h (RETURN_POPS_ARGS, ENCODE_SECTION_INFO): Call
  2781.     chain_member_purpose, not chain_member_value.
  2782.     (ASM_FILE_START, LIB_SPEC): Move to here.
  2783.     * winnt/winnt.h (ASM_FILE_START, LIB_SPEC): Delete from here.
  2784.     * tree.c (chain_member_purpose): New function.
  2785.  
  2786. Sat Apr  1 12:19:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  2787.  
  2788.     * c-typeck.c (build_binary_op): New variable build_type controls
  2789.     type given to expression when created.  Set to integer_type_node for
  2790.     comparison ops instead of result_type so result_type still holds type
  2791.     in which comparison is done.  When checking for comparison between
  2792.     signed and unsigned, use result_type rather than (possibly shortened)
  2793.     type of op0.  Don't warn about equality comparison of signed operand
  2794.     to unsigned constant that fits in signed type.
  2795.  
  2796. Sat Apr  1 09:47:02 1995  Douglas Rupp  (drupp@cs.washington.edu)
  2797.  
  2798.     * i386/winnt.h (CPP_PREDEFINES): Add definitions for __stdcall
  2799.     and __cdecl.
  2800.     * winnt/winnt.h (LIB_SPEC): Add OLDNAMES.LIB.
  2801.     * winnt/xm-winnt.h: Remove unneeded #define's for non-ANSI functions.
  2802.     * fixinc.winnt: Remove unneeded fixes relating to __stdcall.
  2803.  
  2804.     * objc/Makefile (SHELL): New definition.
  2805.  
  2806. Sat Apr  1 08:25:26 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2807.  
  2808.     * cse.c (cse_insn): When emitting a BARRIER, don't put it after
  2809.     a deleted insn.
  2810.  
  2811.     * reload.c (push_reload): Initialize secondary_{in,out}_icode.
  2812.  
  2813.     * gcc.c (print_multilib_info): Don't use LAST_PATH if not set.
  2814.  
  2815. Sat Apr  1 08:15:59 1995  Pat Rankin  (rankin@eql.caltech.edu)
  2816.  
  2817.     * vax.md (extv, extzv): Don't use immediate value for operand 1.
  2818.  
  2819. Sat Apr  1 07:48:29 1995  Yury Shevchuk  (sizif@botik.yaroslavl.su)
  2820.  
  2821.     * stmt.c (expand_asm_operands): Properly ignore invalid reg in clobber.
  2822.  
  2823. Sat Apr  1 07:02:24 1995  Paul Eggert  <eggert@twinsun.com>
  2824.  
  2825.     * cccp.c: General code cleanup.
  2826.     Add prototypes for static functions.
  2827.     Remove unnecessary casts to (char *); add casts to (U_CHAR *).
  2828.     Add parentheses suggested by `gcc -Wparentheses'.
  2829.     Rename local variables as suggested by `gcc -Wshadow'.
  2830.     <fcntl.h>, <stdlib.h>, <string.h>, <unistd.h>: New includes.
  2831.     <sys/time.h>, <sys/resource.h>: Include only if defined(RLIMIT_STACK).
  2832.     <time.h>: Include, unless <sys/time.h> already does.
  2833.     (HAVE_FCNTL_H, HAVE_STDLIB_H, HAVE_SYS_TIME_H): New symbols.
  2834.     (HAVE_UNISTD_H, STDC_HEADERS, TIME_WITH_SYS_TIME): Likewise.
  2835.     (__attribute__, PROTO, VA_START, PRINTF_ALIST, PRINTF_DCL): New macros.
  2836.     (PRINTF_PROTO{,_1,_2,_3}, DO_PROTO): Likewise.
  2837.     (bcopy, bzero, bcmp): If #defined by configuration file, use that.
  2838.     If STDC_HEADERS is defined, use standard C functions.
  2839.     If BSTRING is defined, or USG and VMS are not defined, use
  2840.     the C library.  Otherwise, use my_bcopy, my_bzero, my_bcmp.
  2841.     (localtime): Remove no-longer-necessary explicit declaration.
  2842.     (getenv, index, rindex): Don't declare explicitly if the
  2843.     appropriate system header should declare it.
  2844.     (fdopen): Remove no-longer-used declaration.
  2845.     (vprintf): Define a subsitute macro if !defined(HAVE_VPRINTF).
  2846.     (main): Replace `fdopen (dup (fileno (stdout)), "w"))'
  2847.     with `stdout'.
  2848.     (get_lintcmd, rescan, create_definition): Use bcmp instead of strncmp
  2849.     when both operands are known to be free of null bytes.
  2850.     (check_macro_name, compare_defs, collect_expansion): Likewise.
  2851.     (do_assert, compare_token_lists, assertion_lookup, do_line): Likewise.
  2852.     (skip_if_group, lookup): Likewise.
  2853.     (rescan): Remove unused label `startagain'.
  2854.     Abort instead of printing nonsense if the stack is corrupted
  2855.     when there was an unterminated successful conditional.
  2856.     (pcfinclude): Include explicit double-cast through GENERICPTR
  2857.     to identify particularly egregious type puns.
  2858.     (create_definition, do_define, check_macro_name): Use %.*s
  2859.     printf format to avoid painful copying-and-casting.
  2860.     (do_once): Return void, not (unused) int.
  2861.     (do_ident, do_pragma, do_sccs): Accept extra arguments so that
  2862.     all directive-handler's types match.
  2863.     (do_sccs): Define only if SCCS_DIRECTIVE is defined.
  2864.     (skip_if_group, dump_single_macro): Add `default: break;' to
  2865.     keep -Wswitch happy.
  2866.     (error, warning, error_with_line, vwarning_with_line, pedwarn): Use
  2867.     stdarg/vararg/vfprintf instead of passing bogus char * args around.
  2868.     (pedwarn_with_line, pedwarn_with_file_and_line, fatal):  Likewise.
  2869.     (verror, vwarning, verror_with_line, vwarning_with_line): New fcns.
  2870.     (dump_single_macro): Abort if ap points to garbage.
  2871.     (make_definition, make_undef, make_assertion): Parameter now char *.
  2872.     (xmalloc, xrealloc, xcalloc, savestring, index0): Make sizes size_t
  2873.     instead of unsigned; make pointer parameters GENERICPTR, not char *.
  2874.     (xcalloc): Use bzero to clear memory instead of using own loop.
  2875.  
  2876. Fri Mar 31 08:33:07 1995  Ken Raeburn  (raeburn@wombat.gnu.ai.mit.edu)
  2877.  
  2878.     * longlong.h (umul_ppmm mc68000): Use %# instead of #.
  2879.  
  2880. Fri Mar 31 06:37:54 1995  Michael Meissner  (meissner@cygnus.com)
  2881.  
  2882.     * stor-layout.c (layout_decl): Implment -fpack-struct.
  2883.     (layout_record): Ditto.
  2884.  
  2885.     * flags.h (flag_pack_struct): New flag variable.
  2886.  
  2887.     * toplev.c (flag_pack_struct): New flag variable.
  2888.     (f_options): Add -fpack-struct support.
  2889.  
  2890.     * Makefile.in (stor-layout.o): Add flags.h dependency.
  2891.  
  2892. Fri Mar 31 08:40:16 1995  Douglas Rupp  (drupp@cs.washington.edu)
  2893.  
  2894.     * configure (i[345]86-*-winnt3*): Add tmake_file.
  2895.     * i386/x-winnt (winnt.o): Deleted.
  2896.     * i386/t-winnt: New file.
  2897.  
  2898. Fri Mar 31 07:26:37 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2899.  
  2900.     * m68k/netbsd.h, m68k/hp3bsd44.h: Remove #include of machine/ansi.h.
  2901.  
  2902.     * configure (a29k-*-bsd): Set tmake_file to t-libc-ok.
  2903.  
  2904.     * stmt.c (expand_asm_operands): Properly handle output that can't
  2905.     be directly written into.
  2906.  
  2907.     * c-parse.in (structsp): Correct error in last change.
  2908.     * c-common.c (init_attributes): A_FORMAT is only for decls.
  2909.  
  2910. Thu Mar 30 18:27:34 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  2911.  
  2912.     * libgcc2.c: Remove explicit 0-initializations of static variables.
  2913.  
  2914. Thu Mar 30 18:22:39 1995  Fergus Henderson  <fjh@cs.mu.oz.au>
  2915.  
  2916.     * c-typeck.c (internal_build_compound_expr): Warn if LHS of comma
  2917.     expression has no side effects, or computes value which is not used.
  2918.     * stmt.c (make warn_if_unused_value): No longer static.
  2919.     * tree.h (warn_if_unused_value): Add declaration.
  2920.  
  2921. Thu Mar 30 18:15:11 1995  Jim Wilson  <wilson@cygnus.com>
  2922.  
  2923.     * combine.c (get_last_value): Revert back to use prev_nonnote_insn
  2924.     instead of prev_real_insn.  Modify test that ignores USE insns.
  2925.  
  2926.     * rs6000.h (SELECT_SECTION): Apply constant DECL_INITIAL test
  2927.     only to DECLs.
  2928.  
  2929.     * explow.c (allocate_dynamic_stack_space): Test STACK_BOUNDARY against
  2930.     BIGGEST_ALIGNMENT at run time instead of at compile time.
  2931.     Give MUST_ALIGN macro a value, and test this value in if statements.
  2932.  
  2933. Thu Mar 30 08:59:56 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  2934.  
  2935.     * c-parse.in: Now have 27 shift/reduce conflicts.
  2936.     (attribute_list): Just make chain of all attributes.
  2937.     (attrib): Consistently put name as PURPOSE, args, if any, as VALUE.
  2938.     (structsp): Allow attributes on any struct or union.
  2939.     * c-common.c (enum attrs): New enum class.
  2940.     (attrtab, attrtab_idx): New variables.
  2941.     (add_attribute, init_attributes): New functions.
  2942.     (decl_attributes): Major rewrite.
  2943.     * tree.c (valid_machine_attribute): Now receive name and args.
  2944.  
  2945. Thu Mar 30 07:20:14 1995  Paul Eggert  <eggert@twinsun.com>
  2946.  
  2947.     * protoize.c: Use the phrase `preprocessing directive' consistently.
  2948.     * cccp.c (handle_directive, do_line, skip_if_group): Likewise.
  2949.     (output_line_directive): Renamed from output_line_command.
  2950.     (no_line_directives): Renamed from no_line_commands.
  2951.  
  2952.     * cccp.c (rescan): Don't recognize preprocessing directives
  2953.     within macro args.  Warn if one is found.
  2954.  
  2955. Thu Mar 30 06:20:36 1995  H.J. Lu   (hjl@nynexst.com)
  2956.  
  2957.     * configure (i[345]86-*-linux*): Set xmake_file=x-linux,
  2958.     tm_file=i386/linux.h, and don't set extra_parts.
  2959.     (i[345]86-*-linux*aout*): New configuration.
  2960.     (i[345]86-*-linuxelf): Deleted.
  2961.     * config/linux{,-aout}.h, config/x-linux, config/xm-linux.h: New files.
  2962.     * config/i386/linux-aout.h: New file.
  2963.     * config/i386/linux.h: Extensive modifications to use ELF format
  2964.     as default.
  2965.     (LIB_SPEC): Don't use libc_p.a for -p. don't use libg.a
  2966.     unless for -ggdb.
  2967.     (LINUX_DEFAULT_ELF): Defined.
  2968.     * config/i386/linuxelf.h,config/i386/x-linux: Files deleted.
  2969.     * config/i386/xm-linux.h: Just include xm-i386.h and xm-linux.h.
  2970.  
  2971. Wed Mar 29 19:09:36 1995  Mike Stump  <mrs@cygnus.com>
  2972.  
  2973.     * libgcc2.c (__throw_type_match): Update to use new calling convention.
  2974.  
  2975. Wed Mar 29 14:53:23 1995  Jim Wilson  <wilson@cygnus.com>
  2976.  
  2977.     * gcc.c (process_command): Delete code modifying gcc_exec_prefix.
  2978.     (main): Put it here after last use of gcc_exec_prefix.  For cross
  2979.     compiler, set startfile_prefixes if gcc_exec_prefix is set and
  2980.     standard_startfile_prefix is a relative path.
  2981.  
  2982.     * combine.c (make_compound_operation, AND case): Undo July 7, 1994
  2983.     change.
  2984.  
  2985.     * mips/mips.md (call_internal1, call_value_internal1): Move %* from
  2986.     start of assembler output to immediately before the jal.
  2987.  
  2988.     * mips/mips.c (function_prologue): Put SDB_DEBUGGING_INFO ifdef around
  2989.     code for SDB_DEBUG support.
  2990.     (mips_select_rtx_section, mips_select_section): Change rdata_section
  2991.     to READONLY_DATA_SECTION and sdata_section to SMALL_DATA_SECTION.
  2992.     * mips/mips.h (SMALL_DATA_SECTION): Define.
  2993.  
  2994.     * reorg.c (mark_referenced_resources): Make setjmp use all registers.
  2995.  
  2996.     * flow.c (mark_used_regs, case SUBREG): Only fall through to REG case
  2997.     if operand is a REG.
  2998.  
  2999.     * i960/i960.h (TARGET_SWITCHES): Make -mold-align set
  3000.     TARGET_FLAG_STRICT_ALIGN.
  3001.     (STRICT_ALIGNMENT): Test TARGET_STRICT_ALIGN.
  3002.  
  3003.     * sh/sh.c (andcosts): Modify costs to match the hardware, and add
  3004.     explanatory comments.
  3005.  
  3006.     * sparc/sol2.h (CPP_PREDEFINES): Add -D__SVR4.
  3007.  
  3008. Wed Mar 29 14:30:30 1995  Michael Meissner  <meissner@cygnus.com>
  3009.  
  3010.     * rs6000/rs6000.md (movsf): When moving to/from integer registers,
  3011.     don't move floating point to memory if it is being simulated with
  3012.     -msoft-float.
  3013.  
  3014. Wed Mar 29 06:47:36 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  3015.  
  3016.     * c-parse.in (initdcl): Only call decl_attributes once.
  3017.     * c-common.c (decl_attributes): Clean up test for __mode__.
  3018.  
  3019. Tue Mar 28 08:34:37 1995  John Hassey  (hassey@dg-rtp.dg.com)
  3020.  
  3021.     * i386.md (adddi3): Don't treat two non-equal MEMs as non-aliasing.
  3022.  
  3023. Tue Mar 28 08:20:49 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  3024.  
  3025.     * a29k.h (CONSTANT_ADDRESS_P): Provide consistent definition.
  3026.  
  3027. Tue Mar 28 07:26:41 1995  Paul Eggert <eggert@twinsun.com>
  3028.  
  3029.     * cccp.c (do_xifdef, do_endif): Remove unnecessary pointer comparisons.
  3030.  
  3031. Mon Mar 27 20:45:15 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  3032.  
  3033.     * calls.c (expand_call, store_one_arg): Don't set KEEP in calls
  3034.     to assign_stack_temp.
  3035.     * function.c (preserve_temp_slots): Clear ADDR_TAKEN on item
  3036.     that we are preserving.
  3037.  
  3038. Mon Mar 27 14:39:35 1995  Ian Lance Taylor  <ian@cygnus.com>
  3039.  
  3040.     * mips/mips.h (FIRST_PSEUDO_REGISTER): Increment.
  3041.     (FIXED_REGISTERS, CALL_USED_REGISTERS): Add new register.
  3042.     (MD_REG_LAST): Increment.
  3043.     (ST_REG_FIRST, ST_REG_LAST): Increment.
  3044.     (HILO_REGNUM): Define.
  3045.     (enum reg_class): Add HILO_REG.
  3046.     (REG_CLASS_NAMES): Add "HILO_REG".
  3047.     (REG_CLASS_CONTENTS): Add HILO_REG initializer, and adjust ST_REGS
  3048.     and ALL_REGS initializers.
  3049.     (SECONDARY_RELOAD_CLASS): Remove.
  3050.     (SECONDARY_INPUT_RELOAD_CLASS): Define.
  3051.     (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
  3052.     (REGISTER_MOVE_COST): Treat HILO_REG as MD_REGS.
  3053.     (REGISTER_NAMES): Add initialization line.
  3054.     (DEBUG_REGISTER_NAMES): Add "accum".
  3055.     * mips/mips.md: For each instruction which sets HI or LO, clobber
  3056.     HILO_REGNUM with (clobber (match_scratch:MODE N "=a")).  Change
  3057.     each explicit reference to register 66 to register 67.
  3058.     (mulsidi3): Change to define_expand.
  3059.     (mulsidi3_internal): New name of old mulsidi3.
  3060.     (mulsidi3_64bit): New insn.
  3061.     (umulsidi3): Change to define_expand.
  3062.     (umulsidi3_internal): New name of old umulsidi3.
  3063.     (umulsidi3_64bit): New insn.
  3064.     (madddi_64bit, umaddi_64bit): New insns.
  3065.     (movdi_internal2): Add case for setting HILO_REG to zero.
  3066.     (reload_indi, reload_outdi): New define_expands.
  3067.     (movsi_internal1, movsi_internal2): Add cases for setting MD_REGS
  3068.     to zero, and for setting a general reg to HILO_REG.
  3069.     (reload_outsi): New define_expand.
  3070.     * mips/mips.c (mips_reg_names): Add "accum".
  3071.     (mips_sw_reg_names): Likewise.
  3072.     (mips_regno_to_class): Map HILO_REGNUM to HILO_REG.
  3073.     (mips_move_1word): Handle moving HILO_REGNUM to a general
  3074.     register.  Make sure that the normal MD_REG cases aren't used for
  3075.     HILO_REGNUM.  Handle moving zero to a MD_REG.
  3076.     (mips_move_2words): Make sure that the normal MD_REG cases aren't
  3077.     used for HILO_REGNUM.  Handle moving zero to a MD_REG.
  3078.     (override_options): Set mips_char_to_class for 'a' and 'b'.
  3079.     (mips_secondary_reload_class): Add in_p argument.  Handle
  3080.     HILO_REGNUM.
  3081.  
  3082. Mon Mar 27 07:16:05 1995  Warner Losh  <imp@village.org>
  3083.  
  3084.     * gcc.c: Removed __NetBSD__ from conditional.
  3085.     Declare strerror if HAVE_STRERROR is defined; otherwise
  3086.     declare sys_errlist and sys_nerr.
  3087.     (my_strerror): New function.
  3088.  
  3089. Fri Mar 24 18:08:14 1995  Jason Merrill  <jason@python.cygnus.com>
  3090.  
  3091.     * i386/linux.h (LIB_SPEC): Don't try to link with libraries we
  3092.     know only exist in archive form unless -static.
  3093.  
  3094. Fri Mar 24 16:12:16 1995  Doug Evans  <dje@cygnus.com>
  3095.  
  3096.     * Makefile.in (multilib.h): Depend on Makefile, not config.status.
  3097.  
  3098. Fri Mar 24 15:01:17 1995  Michael Meissner  <meissner@cygnus.com>
  3099.  
  3100.     * rs6000/rs6000.h (TARGET_MULTIPLE_SET): New target_flags bit that
  3101.     indicates -mmultiple or -mno-multiple was explicitly passed by the
  3102.     user, and not set as part of the cpu defaults.
  3103.     (TARGET_SWITCHES): Set TARGET_MULTIPLE_SET bit for both -mmultiple
  3104.     and -mno-multiple.
  3105.  
  3106.     * rs6000/rs6000.c (rs6000_override_options): If -mmultiple or
  3107.     -mno-multiple was explicitly used, don't override the setting with
  3108.     the processor default.
  3109.  
  3110. Wed Mar 22 21:42:13 1995  Doug Evans  <dje@cygnus.com>
  3111.  
  3112.     * i960/i960.c (i960_function_arg_advance): Ensure all regs marked
  3113.     as used if stack is also used (for va_start).
  3114.     (i960_setup_incoming_varargs): Rewrite to be similar to Intel's
  3115.     version, but don't allocate reg block unless necessary.
  3116.     * ginclude/va-i960.h (varargs va_start): Save g14 explicitly.
  3117.     Account for arguments preceding va_alist.
  3118.  
  3119. Wed Mar 22 13:24:55 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
  3120.  
  3121.     * pa.c (singlemove_string): Handle SFmode constants again.  Simplify.
  3122.     (zdepi_cint_p): Make some variables HOST_WIDE_INT.
  3123.     (lhs_lshift_cint_operand): Likewise.
  3124.     (output_and): Likewise.
  3125.     (output_ior): Likewise.
  3126.  
  3127. Wed Mar 22 12:40:09 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
  3128.  
  3129.     * sh.md (udivsi3): Don't clobber register 6.
  3130.     (udivsi3, divsi3, mulsi3_call): Use a pseudo-reg with regclass 'z'
  3131.     for output rather than hard register 0.
  3132.     (block_move_real): Don't clobber registers 4 and 5.
  3133.  
  3134.     * mips.c (mips_select_section): Apply constant DEC_INITIAL tests
  3135.     only to VAR_DECLs.
  3136.  
  3137. Wed Mar 22 03:53:17 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  3138.  
  3139.     * config.sub (rm400, rm600): New machine names.
  3140.     (sinix5.*, sinix): New os aliases.
  3141.     (mips-siemens): Default os to sysv4.
  3142.  
  3143. Mon Mar 20 21:56:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  3144.  
  3145.     Merged Paul Eggert's patch to cccp.c of Wed Mar  8 18:21:51 1995:
  3146.     * cpplib.c (do_include): Fix type typo: pcfbuflimit is char *, not int.
  3147.     
  3148.     Merged Doug Evans' patch to cccp.c of Mon Feb 27 17:06:47 1995:
  3149.     * cpplib.c (do_include): Check for redundant file before opening in
  3150.     relative path case.  Don't call fstat unnecessarily.
  3151.  
  3152.     Merged J.T. Conklin's patch to cccp.c of Wed Feb 22 20:29:31 1995:
  3153.     * cpperror.c:  Removed __NetBSD__ from conditional.
  3154.  
  3155.     Merged Kenner's patch to cccp.c & cexp.y of Tue Sep 20 17:49:47 1994:
  3156.     * cppexp.c (struct operation):  Make value by HOST_WIDE_INT.
  3157.     (cpp_parse_expr):  Change return type to HOST_WIDE_INT.
  3158.     * cpplib (eval_if_expr):  Likewise.
  3159.     (do_if, do_elif):  Update appropriately.
  3160.     * cpplib.h (cpp_parse_expr):  Removed, to avoid defining HOST_WIDE_INT.
  3161.  
  3162.     Merged Paul Eggert's patch to cccp.c of Mon Aug  8 19:42:09 1994:
  3163.     * cpplib.c (create_definition): Warn about `#define a@', since a 
  3164.     diagnostic is now required (see ISO TC1's addition to subclause 6.8).
  3165.     Also warn about `#define is-empty(x) (!x)'.
  3166.  
  3167. Tue Mar 21 00:10:50 1995  Jeffrey A. Law  <law@mole.gnu.ai.mit.edu>
  3168.  
  3169.     * x-pa (CC): Add "-Dbsd4_4".
  3170.  
  3171. Mon Mar 20 18:40:31 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  3172.  
  3173.     * toplev.c (print_error_function):  New function hook.
  3174.     (default_print_error_function):  New function.  Default value
  3175.     of print_error_function.  Code moved here from report_error_function.
  3176.     (report_error_function):  Use print_error_function hook.
  3177.  
  3178. Mon Mar 20 20:27:43 1995  Doug Evans  <dje@cygnus.com>
  3179.  
  3180.     * cccp.c (do_xifdef): Handle c++ comments.
  3181.     (do_endif): Likewise.
  3182.  
  3183. Mon Mar 20 15:31:45 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  3184.  
  3185.     * configure (i386 configurations): Prepend i386/ to t-crt*.
  3186.  
  3187. Mon Mar 20 07:58:04 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  3188.  
  3189.     * stmt.c (fixup_gotos): Add missing call from last change.
  3190.  
  3191.     * objc/misc.c: Put Alpha-specific decls before #include of runtime.h.
  3192.  
  3193.     * alpha.h (EXTRA_SECTIONS): Write zeros first time in .rdata.
  3194.  
  3195. Sat Mar 18 16:37:24 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  3196.  
  3197.     * flow.c (mark_used_regs, case SUBREG): Set reg_changes_size even
  3198.     for integer modes.
  3199.     (mark_used_regs): Set reg_changes_size for RHS, if necessary.
  3200.     * combine.c (gen_lowpart_for_combine): Set reg_changes_size, if needed.
  3201.     * reload.c (push_reload): Reload a SUBREG if paradoxical and
  3202.     class is CLASS_CANNOT_CHANGE_SIZE.
  3203.     * reload1.c (gen_reload): Handle paradoxical SUBREGs.
  3204.     * alpha.h (SECONDARY_{INPUT,OUTPUT}_RELOAD_CLASS): Need GENERAL_REGS
  3205.     for paradoxical SUBREG and FLOAT_REGS.
  3206.     (SECONDARY_NEEDED_MODE): Use actual mode for 4 bytes or wider.
  3207.     * alpha.md (movsi): Allow FP regs and add case for store of FP reg.
  3208.     Remove cvtlq from MEM to FP reg case.
  3209.  
  3210.     * rtl.h (emit_insns_after): Add declaration.
  3211.     * stmt.c (fixup_gotos): Do a cleanup for a block when it is exited
  3212.     even if label if not defined yet.
  3213.  
  3214.     * function.c (pop_function_context): Fix error in last change;
  3215.     reference old value of current_function_decl before we modify it.
  3216.  
  3217. Fri Mar 17 21:57:44 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  3218.  
  3219.     * toplev.c (rest_of_compilation): Handle -Wreturn-type properly
  3220.     for inlines we aren't compiling yet.
  3221.  
  3222. Fri Mar 17 21:26:48 1995  Mike Stump  <mrs@cygnus.com>
  3223.  
  3224.     * libgcc2.c (__register_exceptions): Handle empty tables.
  3225.  
  3226. Fri Mar 17 11:48:31 1995  Douglas Rupp  (drupp@cs.washington.edu)
  3227.  
  3228.     * i386/winnt.c (winnt_function_prologue): Deleted.
  3229.     (gen_stdcall_suffix): New function.
  3230.  
  3231. Thu Mar 16 17:36:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  3232.  
  3233.     * svr4.h (LINK_SPEC): If the user did not specify -h name, use the
  3234.     output file name, if any.
  3235.     * sparc/sol2.h (LINK_SPEC): Ditto.  Also, if the user did not
  3236.     specify -R path, add an -R for each -L.
  3237.  
  3238.     Move SunOS 4-specific assembler switches into the appropriate place.
  3239.     * m68k/sun[23].h (ASM_SPEC): Add %{R} %{j} %{J} %{h} %{d2}
  3240.     %{keep-local-as-symbols:-L}.
  3241.     * i386/sun.h (ASM_SPEC): Add %{R} %{keep-local-as-symbols:-L}.
  3242.     * sparc/sparc.h (ASM_SPEC): Ditto.
  3243.     * gcc.c (default_compilers): Remove %{R} %{j} %{J} %{h} %{d2}
  3244.     %{keep-local-as-symbols:-L} from assembler rules.
  3245.  
  3246. Thu Mar 16 16:58:09 1995  Michael Meissner  <meissner@cygnus.com>
  3247.  
  3248.     * rs6000/eabi-ctors.c: New file, handle C++ static constructors
  3249.     and destructors without requiring anything else from a libc.
  3250.  
  3251.     * rs6000/t-eabi (LIB2FUNCS_EXTRA): Build eabi-ctors.c.
  3252.  
  3253.     * rs6000/eabi.asm: Do not load up register 2 if there is no .got
  3254.     section.  Jump to the __do_global_ctors function at the end of
  3255.     processing to call C++ static constructors, and it will return to
  3256.     __eabi's caller.  Use normal volatile registers, instead of saving
  3257.     and restoring registers 30 and 31.
  3258.  
  3259.     * rs6000/eabi.h (STARTFILE_SPEC): Define as null.
  3260.     (LIB_SPEC): Ditto.
  3261.     (ENDFILE_SPEC): Ditto.
  3262.     (LIBGCC_SPEC): Always look for libgcc.a.
  3263.  
  3264. Thu Mar 16 17:05:14 1995  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
  3265.  
  3266.     * stmt.c (warn_if_unused_value, case SAVE_EXPR): New case.
  3267.     (warn_if_unused_value, case NOP_EXPR): OK if CALL_EXPR inside.
  3268.  
  3269.     * c-common.c (decl_attributes): Allow alignment for TYPE_DECLs.
  3270.  
  3271.     * Makefile.in (xsys-protos.h): Fix typo in -U operand.
  3272.  
  3273. Thu Mar 16 13:49:10 1995  Per Bothner  <bothner@rtl.cygnus.com>
  3274.  
  3275.     * cpplib.c, cpplib.h:  New files - a C PreProcessor library.
  3276.     * cpphash.c, cpphash.h, cppalloc.c, cpperror.c, cppexp.c:
  3277.     New files - utility features used by cpplib.
  3278.     * cppmain.c:  New file - cpp replacement main program for cpplib.
  3279.     * Makefile.in:  New rules to build cppmain.
  3280.  
  3281. Thu Mar 16 16:11:05 1995  Douglas Rupp  (drupp@cs.washington.edu)
  3282.  
  3283.     * i386/winnt.h (FUNCTION_PROLOGUE, HAVE_probe, gen_probe): Deleted.
  3284.     (ENCODE_SECTION_INFO, VALID_MACHINE_DECL_ATTRIBUTE): New macro.
  3285.  
  3286. Thu Mar 16 15:58:24 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  3287.  
  3288.     * combine.c (apply_distributive_law, case SUBREG): Fix typo when
  3289.     checking for paradoxical SUBREG.
  3290.  
  3291. Wed Mar 15 18:45:08 1995  Doug Evans  <dje@cygnus.com>
  3292.  
  3293.     * libgcc1-test.c: Renamed from cross-test.c.
  3294.     * Makefile.in (LIBGCC1_TEST): Renamed from CROSS_TEST.
  3295.     (all.cross): Delete $(ENQUIRE) dependency.
  3296.     (libgcc1-test): Renamed from cross-test.
  3297.     Delete unnecessary gcc-cross and $(LIBGCC) dependencies.
  3298.     Link with -nostartfiles -nostdlib
  3299.     `$(GCC_FOR_TARGET) --print-libgcc-file-name`.
  3300.     (libgcc1-test.o): Renamed from cross-test.o.
  3301.     Change gcc-cross dependency to xgcc since the latter is used.
  3302.  
  3303. Wed Mar 15 13:49:21 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  3304.  
  3305.     * tree.c (save_tree_status): Now takes a tree 'context' instead of
  3306.     a boolean 'toplevel' as an argument.  If 'context' is not
  3307.     current_function_decl, create a new obstack for the new function.
  3308.     Also save inline_obstacks.
  3309.     (restore_tree_status): No longer takes a second argument.  Also
  3310.     restore inline_obstacks.
  3311.     (temporary_allocation): Clear inline_obstacks.
  3312.     (permanent_allocation): Free up the obstacks in inline_obstacks.
  3313.  
  3314.     * function.h (struct function): New fields contains_functions and
  3315.     inline_obstacks.
  3316.  
  3317.     * function.c (push_function_context_to): Now takes a tree
  3318.     'context' instead of a boolean 'toplevel' as an argument.
  3319.     Also save current_function_contains_functions.
  3320.     (push_function_context): Pass current_function_decl to it.
  3321.     (pop_function_context_from): Takes 'context' instead of 'toplevel'.
  3322.     Set current_function_contains_functions properly.
  3323.     (pop_function_context): Pass current_function_decl to it.
  3324.  
  3325. Wed Mar 15 14:53:09 1995  Michael Meissner  <meissner@cygnus.com>
  3326.  
  3327.     * rs6000/rs6000.md (abssi2): Turn into a define_expand.  If
  3328.     TARGET_POWER, do old code that uses the abs instruction.  If not,
  3329.     do abs in three instructions, using a temporary register, which
  3330.     enables generating more reasonable code for sne.  Add a recognizer
  3331.     for negative of the absolute value.  Add define_splits for the
  3332.     PowerPC.
  3333.     (sne insn): Add a recognizer for sne on the PowerPc to use two
  3334.     instructions, compared to the four generated using the absolute
  3335.     value insn.
  3336.  
  3337. Tue Mar 14 18:38:40 1995  J.T. Conklin  <jtc@cygnus.com>
  3338.  
  3339.     * m68k.md ({add,sub,mul,div}[sdx]f3): Add new patterns for recognizing
  3340.     SImode, HImode, and QImode operands.
  3341.  
  3342. Mon Mar 13 18:59:36 EST 1995  David Edelsohn  <edelsohn@mhpcc.edu>
  3343.  
  3344.     * rs6000.h (CPP_SPEC): Add PPC403.
  3345.     (processor_type): Add PPC403.
  3346.     (RTX_COSTS): Add PPC403.
  3347.     * powerpc.h (CPP_SPEC): Add PPC403.
  3348.     * sysv4.h (CPP_SPEC): Add PPC403.
  3349.     * rs6000.c (processor_target_table): Add PPC403.
  3350.     * rs6000.md (define_attr cpu and function units): Add PPC403.
  3351.  
  3352. Mon Mar 13 14:40:23 1995  Michael Meissner  <meissner@cygnus.com>
  3353.  
  3354.     * rs6000/rs6000.md (call, call_value insns): Do not put a nop
  3355.     after a bl instruction on System V.4 and eABI.
  3356.  
  3357.     * rs6000/sysv.4 (SUBTARGET_SWITCHES): Add support for
  3358.     -mno-traceback to suppress the V.4 traceback word.
  3359.     (ASM_DECLARE_FUNCTION_NAME): Don't put out a traceback work if
  3360.     -mno-traceback.
  3361.  
  3362. Mon Mar 13 13:36:37 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  3363.  
  3364.     * t-svr4, i386/t-{crtpic,sol2}, m88k/t-svr4, sparc/t-sol2:
  3365.     Use -fPIC, rather than -fpic, for building crtstuff.
  3366.  
  3367. Sat Mar 11 17:27:08 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  3368.  
  3369.     * configure: Use aix3newas.h for AIX 3.2.4 and 5.
  3370.     * rs6000/aix41.h: Undefine ASM_OUTPUT_EXTERNAL{,_LIBCALL}.
  3371.     * rs6000/aix3newas.h: New file.  Define ASM_SPEC to -u, and
  3372.     undefine ASM_OUTPUT_EXTERNAL{,_LIBCALL}.
  3373.  
  3374. Sat Mar 11 06:42:50 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  3375.  
  3376.     * dbxout.c (dbxout_symbol): Properly handle decl whose DECL_NAME
  3377.     points to a TYPE_DECL with a zero TYPE_NAME.
  3378.  
  3379. Fri Mar 10 18:18:33 1995  Torbjorn Granlund  <tege@cygnus.com>
  3380.  
  3381.     * pa.h (PROMOTE_MODE): Define.
  3382.  
  3383. Fri Mar 10 14:37:58 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  3384.  
  3385.     * sdbout.c (sdbout_record_type_name): If TYPE_NAME is
  3386.     a TYPE_DECL, get name from DECL_NAME.
  3387.  
  3388. Fri Mar 10 14:09:26 1995  Doug Evans  <dje@cygnus.com>
  3389.  
  3390.     * arm/riscix.h (SUBTARGET_SWITCHES): Renamed from
  3391.     ARM_EXTRA_TARGET_SWITCHES.
  3392.     * arm/riscix1-1.h (SUBTARGET_SWITCHES): Likewise.
  3393.     * arm.h (SUBTARGET_SWITCHES): Likewise.
  3394.     (TARGET_HARD_FLOAT, TARGET_SOFT_FLOAT): Define.
  3395.     (TARGET_SWITCHES): Add -msoft-float, -mhard-float.
  3396.     (BYTES_BIG_ENDIAN): Delete #ifndef/#endif.
  3397.     (CONDITIONAL_REGISTER_USAGE): If -msoft-float, disable fp regs.
  3398.     (FUNCTION_VALUE): R16 is return reg only if !-msoft-float.
  3399.     (LIBCALL_VALUE): Likewise.
  3400.     * arm.md (all fp patterns): Conditionalize on TARGET_HARD_FLOAT.
  3401.     (*movsf_soft_insn, *movdf_soft_insn): New patterns.
  3402.  
  3403. Fri Mar 10 13:53:46 1995  Jim Wilson  <wilson@cygnus.com>
  3404.  
  3405.     * reorg.c (steal_delay_list_from_target): Exit at the top if the
  3406.     branch in SEQ is not a single set.
  3407.  
  3408.     * sh.md (movdi define_split, movdf define_split): Correct indentation
  3409.     and formatting.  Make the condition fail if an operand is a MEM
  3410.     with an auto-inc address.
  3411.  
  3412.     * varasm.c (copy_constant): Copy operand of ADDR_EXPR if it is a
  3413.     constant.
  3414.  
  3415.     * mips/abi64.h (SETUP_INCOMING_VARARGS): Correct arguments to
  3416.     move_block_from_reg call.
  3417.  
  3418.     * expr.c (expand_assignment): When offset is zero, make new MEM
  3419.     before setting MEM_VOLATILE_P.
  3420.  
  3421.     * reload.c (find_reloads, case 'o'): Accept a fully reloaded
  3422.     auto-increment address.
  3423.  
  3424.     * combine.c (max_uid_cuid): New static variable.
  3425.     (INSN_CUID): Call abort if INSN is out of range.
  3426.     (combine_instructions): Set max_uid_cuid.  Set uid_cuid directly
  3427.     instead of through INSN_CUID.
  3428.     (get_last_value): Use prev_real_insn instead of prev_nonnote_insn.
  3429.     Ignore USE insns generated by combine.
  3430.  
  3431. Fri Mar 10 13:47:08 1995  Rod Barman  <rodb@cs.ubc.ca>
  3432.  
  3433.     * m68k/fpgnulib.c (__fixdfsi): Catch values < 0.5 in magnitude.
  3434.  
  3435. Fri Mar 10 12:02:33 1995  Ian Lance Taylor  <ian@cygnus.com>
  3436.  
  3437.     * fixincludes: Fix `typedef struct term;' on hppa1.1-hp-hpux9.
  3438.  
  3439. Fri Mar 10 05:50:11 1995  Oliver Kellogg  (Oliver.Kellogg@RST13.DASA.DBMAIL.d400.de)
  3440.  
  3441.     * 1750a.c (sectname): Reverse Init and Normal.
  3442.     (print_operand_address, case PLUS): Add case for LABEL_REF.
  3443.     (print_operand_address, case LABEL_REF): Split fom SYMBOL_REF.
  3444.     (print_operand_address, case CODE_LABEL): New case.
  3445.     (ASM_FILE_END): Delete.
  3446.     * 1750a.h (FUNCTION_EPILOGUE): Restore stack before freeing local vars.
  3447.     (DEFAULT_SIGNED_CHAR): Now 1.
  3448.     (DATA_SECTION_ASM_OP): Use pseudo-op for read-only data (later copied).
  3449.     (JUMP_TABLES_IN_TEXT_SECTION): Define.
  3450.     (ASM_OUTPUT_ASCII): Split into multiple lines if long.
  3451.     (ASM_OUTPUT_{CHAR,SHORT,INT,LONG_INT}): Split up.
  3452.     (ASM_OUTPUT_COMMON): Call check_section.
  3453.  
  3454. Thu Mar  9 12:46:53 1995  Michael Meissner  <meissner@cygnus.com>
  3455.  
  3456.     * rs6000.md (movsf): Do not call truncdfsf2 for non PowerPC
  3457.     when expanding a store to memory and -msoft-float was used.
  3458.  
  3459. Thu Mar  9 08:51:35 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  3460.  
  3461.     * c-decl.c (start_function): Handle new parameter ATTRIBUTES.
  3462.     * c-tree.h (start_function): Add new parameter.
  3463.     * c-lang.c (finish_file): Pass new parm to start_function.
  3464.     * objc-act.c (build_module_descriptor, really_start_method): Likewise.
  3465.     * c-parse.in (fndef, nested_function): Pass prefix_attributes
  3466.     to start_function.
  3467.     (setspecs): Save prefix_attributes in declspec_stack.
  3468.     (decl rules): Restore prefix_attributes along with current_declspecs.
  3469.     (setattrs): Concatenate prefix_attributes to previous value.
  3470.     * c-common.c (decl_attributes): Handle prefix and suffix attributes
  3471.     the same way.
  3472.  
  3473.     * print-tree.c (print_node): Fix typo in printing large INTEGER_CST.
  3474.  
  3475.     * varasm.c (assemble_variable): Consistently use DECL_SIZE for
  3476.     everything.
  3477.  
  3478.     * c-typeck.c (convert_for_assignment): Fix typo in testing for
  3479.     pointer to function type.
  3480.  
  3481.     * varasm.c (record_constant_1): Handle NON_LVALUE_EXPR.
  3482.     Rewrite to use switch instead of if/then/elseif/else.
  3483.  
  3484. Wed Mar  8 18:21:51 1995  Paul Eggert  <eggert@twinsun.com>
  3485.  
  3486.     * cccp.c (do_include): Fix type typo: pcfbuflimit is char *, not int.
  3487.  
  3488. Wed Mar  8 17:30:29 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  3489.  
  3490.     * fold-const.c (force_fit_type): Always propagate OVERFLOW.
  3491.  
  3492.     * rtl.def (INLINE_HEADER): Add new "e" field.
  3493.     * rtl.h (FORCED_LABELS): New field; other fields adjusted.
  3494.     (gen_inline_header_rtx): New parm FORCED_LABELS.
  3495.     * emit-rtl.c (gen_inline_header): Add new parm FORCED_LABELS.
  3496.     * integrate.c (initialize_for_inline, output_inline_function):
  3497.     Handle FORCED_LABELS.
  3498.  
  3499. Wed Mar  8 13:47:20 1995  Jason Merrill  (jason@cygnus.com)
  3500.  
  3501.     * alpha.h (WORD_SWITCH_TAKES_ARG): Add -rpath.
  3502.     (LINK_SPEC): Pass through -taso and -rpath.
  3503.     * alpha/osf12.h (LINK_SPEC): Ditto.
  3504.  
  3505. Wed Mar  8 09:59:56 1995  Michael Meissner  <meissner@cygnus.com>
  3506.  
  3507.     * rs6000/eabi.asm: Rewrite so that the initialized pointers go
  3508.     into the .got2 section, which allows eabi.asm to be assembled with
  3509.     the -mrelocatable option.  Move the data picked up from the bl
  3510.     instruction to before the traceback tag.
  3511.  
  3512.     * rs6000/sysv4.h (CPP_SPEC): Define _RELOCATABLE if -mrelocatable
  3513.     switch is used.
  3514.  
  3515.     * libgcc2.c (__new_handler): Don't initialize the pointer variable
  3516.     with the address of __default_new_handler, which may not work in
  3517.     some shared library mechanisms.
  3518.     (__builtin_new): If __new_handler is NULL, call the function
  3519.     __default_new_handler.
  3520.  
  3521. Tue Mar  7 17:34:59 1995  Ian Lance Taylor  <ian@cygnus.com>
  3522.  
  3523.     * i960.h (PROCESS_PRAGMA): Define.
  3524.     (ROUND_TYPE_ALIGN): Pass maximum of COMPUTED and SPECIFIED to
  3525.     i960_round_align.
  3526.     (ROUND_TYPE_SIZE): Delete.
  3527.     * i960.c (process_pragma): Uncomment, and rewrite for gcc 2.
  3528.     (i960_round_size): Delete.
  3529.     (i960_round_align): Don't adjust suggested alignment downward.
  3530.     Restrict alignment to value set by #pragma align.
  3531.  
  3532. Tue Mar  7 12:14:46 1995  Doug Evans  <dje@cygnus.com>
  3533.  
  3534.     * configure (sparc64-*-elf): Add crtbegin.o, crtend.o to extra_parts.
  3535.     * sparc/sp64-elf.h (TARGET_VERSION): Define.
  3536.     (CPP_PREDEFINES): Delete sun, sparc, unix.  Delete OS assertions.
  3537.     (ASM_SPEC): Define.
  3538.     (LINK_SPEC): Delete solaris stuff, this is an embedded target.
  3539.     (STARTFILE_SPEC, ENDFILE_SPEC): Define.
  3540.  
  3541. Mon Mar  6 17:54:01 1995  Doug Evans  <dje@cygnus.com>
  3542.  
  3543.     * Makefile.in (install-common): Fix typo in installation of cpp.
  3544.     Likewise with gcc-cross.
  3545.  
  3546. Mon Mar  6 02:29:05 1995  Jeffrey A. Law  <law@mole.gnu.ai.mit.edu>
  3547.  
  3548.     * pa.md (movsicc): New expander.
  3549.  
  3550. Fri Mar  3 13:34:20 1995  Michael Meissner  (meissner@cygnus.com)
  3551.  
  3552.     * rs6000/sysv4.h (ASM_SPEC): If -mrelocatable was passed to
  3553.     compiler, pass it on to the assembler.
  3554.  
  3555. Fri Mar  3 12:11:28 1995  Ian Lance Taylor  <ian@cygnus.com>
  3556.  
  3557.     * fixincludes: Add fixes for VxWorks header files.
  3558.     * ginclude/stddef.h: If VxWorks typedef macros are defined, invoke
  3559.     them as appropriate.
  3560.  
  3561. Fri Mar  3 05:48:54 1995  Paul Eggert  <eggert@twinsun.com>
  3562.  
  3563.     * cccp.c (dump_single_macro): Fix typo: % wasn't properly
  3564.     doubled in printf formats.
  3565.  
  3566. Thu Mar  2 19:44:02 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  3567.  
  3568.     * expr.c (expand_expr, CLEANUP_POINT_EXPR): Force the operand out
  3569.     of memory before running cleanups.
  3570.  
  3571. Thu Mar  2 19:15:24 1995  Paul Eggert  <eggert@twinsun.com>
  3572.  
  3573.     * cccp.c (rescan): Prevent accidental token-pasting to
  3574.     get !=, *=, /=, ==, or ^=.
  3575.  
  3576. Thu Mar  2 15:37:13 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  3577.  
  3578.     * c-typeck.c (build_binary_op): Avoid spurious warning
  3579.     comparing enumerator to unsigned variable.
  3580.  
  3581. Thu Mar  2 18:18:38 1995  J.T. Conklin  <jtc@netbsd.org>
  3582.  
  3583.     * m68k.md (sqrtsf2,sqrtdf2): Use fp precision specifiers.
  3584.  
  3585. Thu Mar  2 18:09:01 1995  Stephen L Moshier  (moshier@world.std.com)
  3586.  
  3587.     * c-lex.c (yylex, case !NOT_FLOAT): Remove previous change.
  3588.  
  3589. Thu Mar  2 15:26:50 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
  3590.  
  3591.     * Makefile.in (bootstrap*): Pass new STAGE_PREFIX to recursive makes.
  3592.  
  3593. Wed Mar  1 14:52:16 1995  Ian Lance Taylor  <ian@cygnus.com>
  3594.  
  3595.     * i960/i960-coff.h (ASM_FILE_START): Define.
  3596.     (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define.
  3597.     (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Define.
  3598.     (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Define.
  3599.     (INT_ASM_OP): Define.
  3600.     (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Define.
  3601.     * i960/vx960-coff.h (CPP_PREDEFINES): Define.
  3602.     (CPP_SPEC): Define.
  3603.     (CC1_SPEC): Default to -mca.
  3604.  
  3605. Wed Mar  1 11:10:54 1995  Michael Meissner  (meissner@cygnus.com)
  3606.  
  3607.     * rs6000/rs6000.c (output_prologue): Do not emit the word that
  3608.     gives the PC relative location to the local GOT table for the
  3609.     -mrelocatable option here.
  3610.     * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Emit it here.
  3611.  
  3612.     * t-eabi (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Build -msoft-float
  3613.     and -mrelocatable versions of the library.
  3614.  
  3615.     * rs6000/powerpc.h (CPP_PREDEFINES): Define the cpu and machine as
  3616.     powerpc, not rs6000.
  3617.  
  3618.     * libgcc2.c (_unwind_function): Clone for powerpc, using the
  3619.     PowerPC mnemonics.
  3620.  
  3621.     * rs6000/rs6000.md (uminsi3, umaxsi3): Silence warnings that
  3622.     -2147483648 is too large to fit in a signed integer on 32-bit
  3623.     hosts.
  3624.  
  3625. Wed Mar  1 06:48:31 1995  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
  3626.  
  3627.     * fold-const.c (decode_field_reference): Don't check TREE_CODE
  3628.     of EXP; let get_inner_reference decide if have reference.
  3629.     Allow no bit reference if have AND_MASK.
  3630.     (all_ones_mask_p): Use tree_int_cst_equal, not operand_equal_p.
  3631.     (unextend): New function.
  3632.     (fold_truthop): For constant cases, use new function, rework 
  3633.     conversion, and warn if comparison can never be true.
  3634.  
  3635.     * expr.c (store_expr): Do conversion in two steps for promoted lhs.
  3636.  
  3637. See ChangeLog.9 for earlier changes.
  3638.